summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-05-01bdev: switch to ->free_inode()Al Viro
2019-05-01bfs: switch to ->free_inode()Al Viro
2019-05-01befs: switch to ->free_inode()Al Viro
2019-05-01affs: switch to ->free_inode()Al Viro
2019-05-01adfs: switch to ->free_inode()Al Viro
2019-05-019p: switch to ->free_inode()Al Viro
2019-05-01new inode method: ->free_inode()Al Viro
2019-05-01gcc-9: don't warn about uninitialized btrfs extent_type variableLinus Torvalds
2019-05-01io_uring: avoid page allocation warningsMark Rutland
2019-05-01iomap: Add a page_prepare callbackAndreas Gruenbacher
2019-05-01iomap: Fix use-after-free error in page_done callbackAndreas Gruenbacher
2019-05-01fs: Turn __generic_write_end into a void functionAndreas Gruenbacher
2019-05-01iomap: Clean up __generic_write_end callingChristoph Hellwig
2019-05-01block: fix handling for BIO_NO_PAGE_REFMing Lei
2019-05-01io_uring: drop req submit reference always in async puntJens Axboe
2019-05-01io_uring: free allocated io_memory onceMark Rutland
2019-05-01io_uring: fix SQPOLL cpu validationMark Rutland
2019-05-01io_uring: have submission side sqe errors post a cqeJens Axboe
2019-04-30libfs: document simple_get_link()Eric Biggers
2019-04-30ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee
2019-04-30Merge tag 'fsnotify_for_v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-04-30io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUPStefan Bühler
2019-04-30io_uring: remove unnecessary barrier after incrementing dropped counterStefan Bühler
2019-04-30io_uring: remove unnecessary barrier before reading SQ tailStefan Bühler
2019-04-30io_uring: remove unnecessary barrier after updating SQ headStefan Bühler
2019-04-30io_uring: remove unnecessary barrier before reading cq headStefan Bühler
2019-04-30io_uring: remove unnecessary barrier before wq_has_sleeperStefan Bühler
2019-04-30io_uring: fix notes on barriersStefan Bühler
2019-04-30io_uring: fix handling SQEs requesting NOWAITStefan Bühler
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong
2019-04-30xfs: don't parse the mtpt mount optionChristoph Hellwig
2019-04-30xfs: always rejoin held resources during defer rollDarrick J. Wong
2019-04-29btrfs: track DIO bytes in flightJosef Bacik
2019-04-29btrfs: merge calls of btrfs_setxattr and btrfs_setxattr_trans in btrfs_set_propAnand Jain
2019-04-29btrfs: delete unused function btrfs_set_prop_transAnand Jain
2019-04-29btrfs: start transaction in xattr_handler_set_propAnand Jain
2019-04-29btrfs: drop local copy of inode i_modeAnand Jain
2019-04-29btrfs: drop old_fsflags in btrfs_ioctl_setflagsAnand Jain
2019-04-29btrfs: modify local copy of btrfs_inode flagsAnand Jain
2019-04-29btrfs: drop useless inode i_flags copy and restoreAnand Jain
2019-04-29btrfs: start transaction in btrfs_ioctl_setflags()Anand Jain
2019-04-29btrfs: export btrfs_set_propAnand Jain
2019-04-29btrfs: refactor btrfs_set_props to validate externallyAnand Jain
2019-04-29btrfs: ctree: Dump the leaf before BUG_ON in btrfs_set_item_key_safeQu Wenruo
2019-04-29btrfs: tree-checker: Allow error injection for tree-checkerQu Wenruo
2019-04-29btrfs: Document btrfs_csum_one_bioNikolay Borisov
2019-04-29Btrfs: improve performance on fsync of files with multiple hardlinksFilipe Manana
2019-04-29Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana
2019-04-29Btrfs: send, flush dellaloc in order to avoid data lossFilipe Manana