jbd2: fix build when CONFIG_BUG is not enabled
[firefly-linux-kernel-4.4.55.git] / fs /
2011-10-27 Randy Dunlapjbd2: fix build when CONFIG_BUG is not enabled
2011-10-26 Tao Maext4: don't check io->flag when setting EXT4_STATE_DIO_...
2011-10-26 Robin Dongext4: fix a wrong comment in __mb_check_buddy()
2011-10-26 Robin Dongext4: remove unused variable in mb_find_extent()
2011-10-26 Robin Dongext4: remove unused variable in ext4_mb_generate_from_pa()
2011-10-26 Robin Dongext4: use stream-alloc when mb_group_prealloc set to...
2011-10-26 Yongqiang Yangext4: let ext4_page_mkwrite stop started handle in...
2011-10-26 Curt Wohlgemuthext4: handle NULL p_ext in ext4_ext_next_allocated_block()
2011-10-26 Dan Carpenterext4: error handling fix in ext4_ext_convert_to_initial...
2011-10-26 Eric Sandeenext4: use ext4_reserve_inode_write in ext4_xattr_set_handle
2011-10-26 Andreas Dilgerext4: avoid setting directory i_nlink to zero
2011-10-25 Darrick J. Wongext4: prevent stack overrun in ext4_file_open
2011-10-25 Dmitry Monakhovext4: update EOFBLOCKS flag on fallocate properly
2011-10-25 Dmitry Monakhovext4: remove messy logic from ext4_ext_rm_leaf
2011-10-22 Dmitry Monakhovext4: cleanup ext4_ext_grow_indepth code
2011-10-21 Dmitry Monakhovext4: Allow quota file use root reservation
2011-10-20 Kazuya Mioext4: fix the deadlock in mpage_da_map_and_submit()
2011-10-20 Akira Fujitaext4: fix deadlock in ext4_ordered_write_end()
2011-10-18 H Hartley Sweetenext4: quiet sparse noise about plain integer as NULL...
2011-10-18 H Hartley Sweetenext4: add __user decoration to calls of copy_{from...
2011-10-18 H Hartley Sweetenext4: functions should not be declared extern
2011-10-18 Shaohua Liext4: add block plug for .writepages
2011-10-18 Darrick J. Wongext4: Fix comparison endianness problem in MMP initiali...
2011-10-18 Nikitas Angelinasext4: MMP: fix error message rate-limiting logic in...
2011-10-18 Nikitas Angelinasext4: MMP: kmmpd should use nodename from init_uts_ns...
2011-10-17 Tao Maext4: avoid stamping on other memories in ext4_ext_inse...
2011-10-08 Fabrice Jouhaudext4: fix ext4 so it works without CONFIG_PROC_FS
2011-10-08 Tao Maext4: use le32_to_cpu for ext4_extent_idx.ei_block...
2011-10-08 Tao Maext4: remove the obsolete/broken EXT4_IOC_WAIT_FOR_READ...
2011-10-08 Tao Maext4: fix the comment describing ext4_ext_search_right()
2011-10-08 Lukas Czernerext4: remove deprecated oldalloc
2011-10-06 Tao Maext4: Free resources in some error path in ext4_fill_super
2011-10-06 Tao Maext4: Free resources in ext4_mb_init()'s error paths
2011-09-09 Aditya Kaliext4: attempt to fix race in bigalloc code path
2011-09-09 Aditya Kaliext4: add some tracepoints in ext4/extents.c
2011-09-09 Theodore Ts'oext4: rename ext4_has_free_blocks() to ext4_has_free_cl...
2011-09-09 Theodore Ts'oext4: rename ext4_claim_free_blocks() to ext4_claim_fre...
2011-09-09 Theodore Ts'oext4: rename ext4_free_blocks_after_init() to ext4_free...
2011-09-09 Theodore Ts'oext4: rename ext4_count_free_blocks() to ext4_count_fre...
2011-09-09 Theodore Ts'oext4: Rename ext4_free_blks_{count,set}() to refer...
2011-09-09 Theodore Ts'oext4: enable mounting bigalloc as read/write
2011-09-09 Aditya Kaliext4: Fix bigalloc quota accounting and i_blocks value
2011-09-09 Theodore Ts'oext4: tune mballoc's default group prealloc size for...
2011-09-09 Theodore Ts'oext4: teach ext4_statfs() to deal with clusters if...
2011-09-09 Theodore Ts'oext4: convert the free_blocks field in s_flex_groups...
2011-09-09 Theodore Ts'oext4: convert s_{dirty,free}blocks_counter to s_{dirty...
2011-09-09 Theodore Ts'oext4: teach ext4_ext_truncate() about the bigalloc...
2011-09-09 Theodore Ts'oext4: teach ext4_ext_map_blocks() about the bigalloc...
2011-09-09 Theodore Ts'oext4: teach ext4_free_blocks() about bigalloc and clusters
2011-09-09 Theodore Ts'oext4: teach mballoc preallocation code about bigalloc...
2011-09-09 Theodore Ts'oext4: convert block group-relative offsets to use clusters
2011-09-09 Theodore Ts'oext4: bigalloc changes to block bitmap initialization...
2011-09-09 Theodore Ts'oext4: split out ext4_free_blocks_after_init()
2011-09-09 Theodore Ts'oext4: factor out block group accounting into functions
2011-09-09 Theodore Ts'oext4: convert instances of EXT4_BLOCKS_PER_GROUP to...
2011-09-09 Theodore Ts'oext4: enforce bigalloc restrictions (e.g., no online...
2011-09-09 Theodore Ts'oext4: read-only support for bigalloc file systems
2011-09-09 Theodore Ts'oext4: add ext4-specific kludge to avoid an oops after...
2011-09-07 Allison Hendersonext4: fix partial page writes
2011-09-07 Allison Hendersonext4: fix fsx truncate failure
2011-09-06 Theodore Ts'oext4: only call ext4_jbd2_file_inode when an inode...
2011-09-04 Dan Carpenterjbd2: use gfp_t instead of int
2011-09-04 Theodore Ts'ojbd2: add debugging information to jbd2_journal_dirty_m...
2011-09-03 Theodore Ts'oext4: improve handling of conflicting mount options
2011-09-03 Allison Hendersonext4: fix 2nd xfstests 127 punch hole failure
2011-09-03 Allison Hendersonext4: fix xfstests 75, 112, 127 punch hole failure
2011-09-03 Allison Hendersonext4: Add new ext4_discard_partial_page_buffers routines
2011-08-31 Theodore Ts'oext4: call ext4_handle_dirty_metadata with correct...
2011-08-31 Darrick J. Wongext4: ext4_mkdir should dirty dir_block with newly...
2011-08-31 Darrick J. Wongext4: ext4_rename should dirty dir_bh with the correct...
2011-08-31 Theodore Ts'oext4: fake direct I/O mode for data=journal
2011-08-31 Theodore Ts'oext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL...
2011-08-31 Jiaying Zhangext4: remove i_mutex lock in ext4_evict_inode to fix...
2011-08-22 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2011-08-22 Linus TorvaldsMerge branch 'stable/bug.fixes' of git://git./linux...
2011-08-22 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2011-08-21 Josef BacikBtrfs: fix 64 bit divide problem
2011-08-21 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-08-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-08-20 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-08-19 Jiaying Zhangext4: flush any pending end_io requests before DIO...
2011-08-19 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2011-08-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-08-19 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc
2011-08-19 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2011-08-19 Linus TorvaldsMerge branch 'bugfixes' of git://git.linux-nfs.org...
2011-08-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-08-18 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2011-08-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-08-18 Linus TorvaldsMerge git://git./linux/kernel/git/hirofumi/fatfs-2.6
2011-08-18 Ingo MolnarMerge branch 'perf/urgent' of git://git./linux/kernel...
2011-08-18 Steve Frenchupdate cifs version to 1.75
2011-08-18 Steve French[CIFS] possible memory corruption on mount
2011-08-18 Chris MasonMerge branch 'btrfs-3.0' into for-linus
2011-08-18 Josef BacikBtrfs: set i_size properly when fallocating and we...
2011-08-18 Dan Carpenterbtrfs: unlock on error in btrfs_file_llseek()
2011-08-18 Jeff Mahoneybtrfs: btrfs_permission's RO check shouldn't apply...
2011-08-17 Timo Warnsbefs: Validate length of long symbolic links.
2011-08-17 Linus TorvaldsMerge branch 'pm-fixes' of git://git./linux/kernel...
2011-08-17 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
next