summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-05-01hfs: switch to ->free_inode()Al Viro
2019-05-01gfs2: switch to ->free_inode()Al Viro
2019-05-01freevxfs: switch to ->free_inode()Al Viro
2019-05-01fat: switch to ->free_inode()Al Viro
2019-05-01f2fs: switch to ->free_inode()Al Viro
2019-05-01ext2: switch to ->free_inode()Al Viro
2019-05-01efs: switch to ->free_inode()Al Viro
2019-05-01debugfs: switch to ->free_inode()Al Viro
2019-05-01cifs: switch to ->free_inode()Al Viro
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-04-10Merge branch 'fixes' into work.icacheAl Viro
2019-04-07Merge tag 'for-linus-20190407' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-04-05hugetlbfs: fix memory leak for resv_mapMike Kravetz
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2019-04-04aio: use kmem_cache_free() instead of kfree()Wei Yongjun
2019-04-04ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)
2019-04-03aio: Fix an error code in __io_submit_one()Dan Carpenter
2019-04-03io_uring: fix double free in case of fileset regitration failureJens Axboe
2019-04-01cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.Ronnie Sahlberg
2019-04-01SMB3: Allow persistent handle timeout to be configurable on mountSteve French
2019-04-01smb3: Fix enumerating snapshots to AzureSteve French
2019-04-01cifs: fix kref underflow in close_shroot()Ronnie Sahlberg
2019-04-01Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2019-04-01Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-04-01debugfs: fix use-after-free on symlink traversalAl Viro
2019-04-01ubifs: fix use-after-free on symlink traversalAl Viro
2019-04-01jffs2: fix use-after-free on symlink traversalAl Viro
2019-03-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-29Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-29Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-03-29Merge tag 'xfs-5.1-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing
2019-03-29fs: fs_parser: fix printk format warningRandy Dunlap
2019-03-29fs/proc/kcore.c: make kcore_modules staticYueHaibing
2019-03-29ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockDarrick J. Wong
2019-03-29fs/open.c: allow opening only regular files during execve()Tetsuo Handa
2019-03-28afs: Fix StoreData op marshallingDavid Howells
2019-03-27ceph: fix use-after-free on symlink traversalAl Viro
2019-03-26Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-03-26Merge tag 'for-5.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-26xfs: serialize unaligned dio writes against all other dio writesxfs-5.1-fixes-1Brian Foster
2019-03-25io_uring: offload write to async worker in case of -EAGAINRoman Penyaev