aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01isofs: switch to ->free_inode()Al Viro1-8/+2
2019-05-01hpfs: switch to ->free_inode()Al Viro1-8/+2
2019-05-01hostfs: switch to ->free_inode()Al Viro1-8/+2
2019-05-01hfsplus: switch to ->free_inode()Al Viro1-10/+3
2019-05-01hfs: switch to ->free_inode()Al Viro1-8/+2
2019-05-01gfs2: switch to ->free_inode()Al Viro1-9/+3
2019-05-01freevxfs: switch to ->free_inode()Al Viro1-9/+2
2019-05-01fat: switch to ->free_inode()Al Viro1-8/+2
2019-05-01f2fs: switch to ->free_inode()Al Viro1-8/+2
2019-05-01ext2: switch to ->free_inode()Al Viro1-8/+2
2019-05-01efs: switch to ->free_inode()Al Viro1-8/+2
2019-05-01debugfs: switch to ->free_inode()Al Viro1-8/+2
2019-05-01cifs: switch to ->free_inode()Al Viro1-9/+3
2019-05-01bdev: switch to ->free_inode()Al Viro1-11/+3
2019-05-01bfs: switch to ->free_inode()Al Viro1-8/+2
2019-05-01befs: switch to ->free_inode()Al Viro1-9/+3
2019-05-01affs: switch to ->free_inode()Al Viro1-8/+2
2019-05-01adfs: switch to ->free_inode()Al Viro1-8/+2
2019-05-019p: switch to ->free_inode()Al Viro3-11/+5
2019-05-01new inode method: ->free_inode()Al Viro1-22/+34
2019-05-01gcc-9: don't warn about uninitialized btrfs extent_type variableLinus Torvalds1-1/+1
2019-05-01io_uring: avoid page allocation warningsMark Rutland1-8/+9
2019-05-01iomap: Add a page_prepare callbackAndreas Gruenbacher2-15/+36
2019-05-01iomap: Fix use-after-free error in page_done callbackAndreas Gruenbacher2-1/+2
2019-05-01fs: Turn __generic_write_end into a void functionAndreas Gruenbacher3-5/+5
2019-05-01iomap: Clean up __generic_write_end callingChristoph Hellwig1-10/+8
2019-05-01block: fix handling for BIO_NO_PAGE_REFMing Lei1-1/+2
2019-05-01io_uring: drop req submit reference always in async puntJens Axboe1-3/+4
2019-05-01io_uring: free allocated io_memory onceMark Rutland1-8/+7
2019-05-01io_uring: fix SQPOLL cpu validationMark Rutland1-7/+3
2019-05-01io_uring: have submission side sqe errors post a cqeJens Axboe1-28/+6
2019-04-30Merge tag 'fsnotify_for_v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-8/+18
2019-04-30io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUPStefan Bühler1-2/+0
2019-04-30io_uring: remove unnecessary barrier after incrementing dropped counterStefan Bühler1-2/+0
2019-04-30io_uring: remove unnecessary barrier before reading SQ tailStefan Bühler1-2/+0
2019-04-30io_uring: remove unnecessary barrier after updating SQ headStefan Bühler1-6/+0
2019-04-30io_uring: remove unnecessary barrier before reading cq headStefan Bühler1-2/+5
2019-04-30io_uring: remove unnecessary barrier before wq_has_sleeperStefan Bühler1-7/+4
2019-04-30io_uring: fix notes on barriersStefan Bühler1-9/+110
2019-04-30io_uring: fix handling SQEs requesting NOWAITStefan Bühler1-7/+10
2019-04-29btrfs: track DIO bytes in flightJosef Bacik4-4/+36
2019-04-29btrfs: merge calls of btrfs_setxattr and btrfs_setxattr_trans in btrfs_set_propAnand Jain1-19/+6
2019-04-29btrfs: delete unused function btrfs_set_prop_transAnand Jain2-8/+0
2019-04-29btrfs: start transaction in xattr_handler_set_propAnand Jain1-1/+20
2019-04-29btrfs: drop local copy of inode i_modeAnand Jain1-5/+2
2019-04-29btrfs: drop old_fsflags in btrfs_ioctl_setflagsAnand Jain1-3/+3
2019-04-29btrfs: modify local copy of btrfs_inode flagsAnand Jain1-31/+26
2019-04-29btrfs: drop useless inode i_flags copy and restoreAnand Jain1-3/+0
2019-04-29btrfs: start transaction in btrfs_ioctl_setflags()Anand Jain1-20/+25
2019-04-29btrfs: export btrfs_set_propAnand Jain2-3/+6