aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabledAzat Khuzhin2014-04-14
* ext4: always check ext4_ext_find_extent resultDmitry Monakhov2014-04-13
* ext4: fix error handling in ext4_ext_shift_extentsDmitry Monakhov2014-04-13
* ext4: silence sparse check warning for function ext4_trim_extentjon ernst2014-04-12
* ext4: COLLAPSE_RANGE only works on extent-based filesTheodore Ts'o2014-04-12
* ext4: fix byte order problems introduced by the COLLAPSE_RANGE patchesZheng Liu2014-04-12
* ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o2014-04-12
* fs: disallow all fallocate operation on active swapfileLukas Czerner2014-04-12
* fs: move falloc collapse range check into the filesystem methodsLukas Czerner2014-04-12
* fs: prevent doing FALLOC_FL_ZERO_RANGE on append only fileLukas Czerner2014-04-12
* ext4: remove unnecessary check for APPEND and IMMUTABLELukas Czerner2014-04-12
* ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()Theodore Ts'o2014-04-11
* ext4: return ENOMEM rather than EIO when find_###_page() failsYounger Liu2014-04-10
* ext4: fix COLLAPSE_RANGE test failure in data journalling modeNamjae Jeon2014-04-10
* ext4: update PF_MEMALLOC handling in ext4_write_inode()Theodore Ts'o2014-04-08
* ext4: fix jbd2 warning under heavy xattr loadJan Kara2014-04-07
* ext4: note the error in ext4_end_bio()Matthew Wilcox2014-04-07
* ext4: initialize multi-block allocator before checking block descriptorsAzat Khuzhin2014-04-07
* ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio2014-04-07
* ext4: fix 64-bit number truncation warningChen Gang2014-04-07
* Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-04-04
|\
| * Merge branch 'xfs-bug-fixes-for-3.15-3' into for-nextDave Chinner2014-04-03
| |\
| | * xfs: fix directory hash ordering bugMark Tinguely2014-04-03
| | * xfs: extra semi-colon breaks a conditionDan Carpenter2014-04-03
| * | Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner2014-03-13
| |\ \
| | * | xfs: allow linkat() on O_TMPFILE filesZhi Yong Wu2014-01-06
| | * | xfs: add O_TMPFILE supportZhi Yong Wu2014-01-06
| | * | xfs: factor prid related codes into xfs_get_initial_prid()Zhi Yong Wu2014-01-06
| * | | Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextDave Chinner2014-03-13
| |\ \ \ | | | |/ | | |/|
| | * | xfs: inode log reservations are still too smallDave Chinner2014-03-07
| | * | xfs: xfs_check_page_type buffer checks need helpDave Chinner2014-03-07
| | * | xfs: avoid AGI/AGF deadlock scenario for inode chunk allocationBrian Foster2014-03-07
| | * | xfs: use NOIO contexts for vm_map_ramDave Chinner2014-03-07
| | * | xfs: don't leak EFSBADCRC to userspaceDave Chinner2014-03-07
| * | | Merge branch 'xfs-verifier-cleanup' into for-nextDave Chinner2014-03-13
| |\ \ \
| | * | | xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen2014-02-26
| | * | | xfs: print useful caller information in xfs_error_reportEric Sandeen2014-02-26
| | * | | xfs: add xfs_verifier_error()Eric Sandeen2014-02-26
| | * | | xfs: add helper for updating checksums on xfs_bufsEric Sandeen2014-02-26
| | * | | xfs: add helper for verifying checksums on xfs_bufsEric Sandeen2014-02-26
| | * | | xfs: Use defines for CRC offsets in all casesEric Sandeen2014-02-26
| | * | | xfs: skip pointless CRC updates after verifier failuresEric Sandeen2014-02-26
| * | | | Merge branch 'xfs-stack-fixes' into for-nextDave Chinner2014-03-13
| |\ \ \ \
| | * | | | xfs: fix directory inode iolock lockdep false positiveDave Chinner2014-02-27
| | * | | | xfs: allocate xfs_da_args to reduce stack footprintDave Chinner2014-02-27
| | * | | | xfs: always do log forces via the workqueueDave Chinner2014-02-27
| | | |/ / | | |/| |
| * | | | Merge branch 'xfs-collapse-range' into for-nextDave Chinner2014-03-13
| |\ \ \ \
| | * | | | xfs: Add support for FALLOC_FL_ZERO_RANGELukas Czerner2014-03-13
| | * | | | fs: Introduce FALLOC_FL_ZERO_RANGE flag for fallocateLukas Czerner2014-03-13
| | * | | | xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon2014-02-23