summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* fat: truncate inode timestamp updates in setattrFrank Sorenson2018-10-311-0/+12
* fat: change timestamp updates to use fat_truncate_timeFrank Sorenson2018-10-315-20/+20
* fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson2018-10-316-0/+87
* fat: create a function to calculate the timezone offestFrank Sorenson2018-10-311-7/+9
* fat: expand a slightly out-of-date commentMihir Mehta2018-10-311-1/+3
* reiserfs: remove workaround code for GCC 3.xMasahiro Yamada2018-10-311-9/+0
* reiserfs: propagate errors from fill_with_dentries() properlyJann Horn2018-10-311-0/+7
* fs/hfs/extent.c: fix array out of bounds read of array extentColin Ian King2018-10-311-1/+1
* hfs: update timestamp on truncate()Ernesto A. Fernández2018-10-311-0/+2
* hfsplus: update timestamps on truncate()Ernesto A. Fernández2018-10-311-0/+1
* hfs: fix return value of hfs_get_block()Ernesto A. Fernández2018-10-311-1/+3
* hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández2018-10-311-1/+3
* hfs: prevent btree data loss on ENOSPCErnesto A. Fernández2018-10-314-16/+46
* hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández2018-10-315-16/+68
* hfs: fix BUG on bnode parent updateErnesto A. Fernández2018-10-311-0/+1
* hfs: prevent btree data loss on root splitErnesto A. Fernández2018-10-311-0/+4
* hfsplus: fix BUG on bnode parent updateErnesto A. Fernández2018-10-311-0/+1
* hfsplus: prevent btree data loss on root splitErnesto A. Fernández2018-10-311-0/+4
* fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder2018-10-311-1/+1
* Merge tag 'for-4.20-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-308-67/+110
|\
| * Btrfs: fix use-after-free when dumping free spaceFilipe Manana2018-10-221-0/+2
| * Btrfs: fix use-after-free during inode evictionFilipe Manana2018-10-191-1/+3
| * btrfs: move the dio_sem higher up the callchainJosef Bacik2018-10-192-2/+12
| * btrfs: don't run delayed_iputs in commitJosef Bacik2018-10-191-9/+0
| * btrfs: fix insert_reserved error handlingJosef Bacik2018-10-191-8/+4
| * btrfs: only free reserved extent if we didn't insert itJosef Bacik2018-10-191-1/+9
| * btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik2018-10-191-2/+5
| * btrfs: set max_extent_size properlyJosef Bacik2018-10-191-10/+20
| * btrfs: reset max_extent_size properlyJosef Bacik2018-10-191-0/+2
| * btrfs: delayed-ref: extract find_first_ref_head from find_ref_headLu Fengqi2018-10-171-23/+27
| * Btrfs: fix deadlock when writing out free space cachesFilipe Manana2018-10-172-10/+23
| * Btrfs: fix assertion on fsync of regular file when using no-holes featureFilipe Manana2018-10-171-1/+2
| * Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana2018-10-171-0/+1
* | Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-291-131/+0
|\ \
| * | media: dvb: move compat handlers into driversArnd Bergmann2018-09-121-78/+0
| * | media: dvb: move most compat_ioctl handling into driversArnd Bergmann2018-09-121-31/+0
| * | media: cec: move compat_ioctl handling to cec-api.cArnd Bergmann2018-09-121-12/+0
| * | media: dvb: dmxdev: move compat_ioctl handling to dmxdev.cArnd Bergmann2018-09-121-12/+0
| * | media: dvb: fix compat ioctl translationArnd Bergmann2018-09-121-4/+6
* | | Merge tag 'filesystems_for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-296-107/+85
|\ \ \
| * | | ext2: remove redundant building macro checkChengguang Xu2018-09-242-8/+1
| * | | udf: Drop pack pragma from udf_sb.hJan Kara2018-09-071-2/+0
| * | | udf: Drop freed bitmap / table supportJan Kara2018-09-073-74/+0
| * | | udf: Fix crash during mountJan Kara2018-09-071-5/+60
| * | | udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara2018-09-072-14/+18
| * | | ext2: cache NULL when both default_acl and acl are NULLChengguang Xu2018-09-031-0/+4
| * | | udf: remove unused variables group_start and nr_groupsColin Ian King2018-09-031-4/+2
* | | | Merge tag 'for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-10-299-101/+152
|\ \ \ \
| * | | | fsnotify: Fix busy inodes during unmountJan Kara2018-10-252-8/+34