summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-05-01ufs: switch to ->free_inode()Al Viro1-8/+2
2019-05-01coda: switch to ->free_inode()Al Viro1-8/+2
2019-05-01sysv: switch to ->free_inode()Al Viro1-8/+2
2019-05-01udf: switch to ->free_inode()Al Viro1-8/+2
2019-05-01ubifs: switch to ->free_inode()Al Viro1-8/+2
2019-05-01squashfs: switch to ->free_inode()Al Viro1-9/+2
2019-05-01romfs: convert to ->free_inode()Al Viro1-9/+2
2019-05-01reiserfs: convert to ->free_inode()Al Viro1-8/+2
2019-05-01qnx6: switch to ->free_inode()Al Viro1-9/+3
2019-05-01qnx4: switch to ->free_inode()Al Viro1-9/+3
2019-05-01procfs: switch to ->free_inode()Al Viro1-8/+2
2019-05-01openpromfs: switch to ->free_inode()Al Viro1-8/+2
2019-05-01ocfs2: switch to ->free_inode()Al Viro1-9/+3
2019-05-01dlmfs: switch to ->free_inode()Al Viro1-8/+2
2019-05-01nilfs2: switch to ->free_inode()Al Viro2-11/+2
2019-05-01nfs{,4}: switch to ->free_inode()Al Viro4-11/+5
2019-05-01minix: switch to ->free_inode()Al Viro1-8/+2
2019-05-01jffs2: switch to ->free_inode()Al Viro1-8/+2
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/kerne...Linus Torvalds2-8/+18