summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
| * btrfs: fix insert_reserved error handlingJosef Bacik2018-10-191-8/+4Star
| * 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/+0Star
|\ \
| * | media: dvb: move compat handlers into driversArnd Bergmann2018-09-121-78/+0Star
| * | media: dvb: move most compat_ioctl handling into driversArnd Bergmann2018-09-121-31/+0Star
| * | media: cec: move compat_ioctl handling to cec-api.cArnd Bergmann2018-09-121-12/+0Star
| * | media: dvb: dmxdev: move compat_ioctl handling to dmxdev.cArnd Bergmann2018-09-121-12/+0Star
| * | 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/+85Star
|\ \ \
| * | | ext2: remove redundant building macro checkChengguang Xu2018-09-242-8/+1Star
| * | | udf: Drop pack pragma from udf_sb.hJan Kara2018-09-071-2/+0Star
| * | | udf: Drop freed bitmap / table supportJan Kara2018-09-073-74/+0Star
| * | | 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/+2Star
* | | | 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
| * | | | fanotify: support reporting thread id instead of process idAmir Goldstein2018-10-083-6/+9
| * | | | fanotify: add BUILD_BUG_ON() to count the bits of fanotify constantsAmir Goldstein2018-10-042-1/+6
| * | | | fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein2018-10-042-2/+2
| * | | | fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein2018-10-043-15/+15
| * | | | fanotify: simplify handling of FAN_ONDIRAmir Goldstein2018-10-041-27/+5Star
| * | | | fsnotify: generalize handling of extra event flagsAmir Goldstein2018-10-041-4/+3Star
| * | | | fanotify: store fanotify_init() flags in group's fanotify_dataAmir Goldstein2018-09-272-27/+5Star
| * | | | fanotify: add API to attach/detach super block markAmir Goldstein2018-09-031-5/+37
| * | | | fsnotify: send path type events to group with super block marksAmir Goldstein2018-09-031-10/+14
| * | | | fsnotify: add super block object typeAmir Goldstein2018-09-035-2/+28
* | | | | Merge tag '9p-for-4.20' of git://github.com/martinetd/linuxLinus Torvalds2018-10-295-21/+46
|\ \ \ \ \
| * | | | | 9p locks: fix glock.client_id leak in do_lockDominique Martinet2018-09-071-2/+14
| * | | | | 9p: acl: fix uninitialized iattr accessDominique Martinet2018-09-071-1/+1
| * | | | | 9p locks: add mount option for lock retry intervalDinu-Razvan Chis-Serban2018-09-073-1/+27
| * | | | | 9p: do not trust pdu content for stat item sizeGertjan Halkes2018-09-071-5/+3Star
| * | | | | 9p: fix spelling mistake in fall-through annotationGustavo A. R. Silva2018-09-071-1/+1
| * | | | | v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet2018-08-291-11/+0Star
| | |_|/ / | |/| | |
* | | | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-2818-612/+447Star
|\ \ \ \ \
| * | | | | page cache: Finish XArray conversionMatthew Wilcox2018-10-211-1/+1