aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-11befs: Implement show_optionsDavid Howells1-3/+21
2017-07-06ramfs: Implement show_optionsDavid Howells1-11/+21
2017-07-06pstore: Implement show_optionsDavid Howells3-4/+15
2017-07-06omfs: Implement show_optionsDavid Howells1-3/+30
2017-07-06hugetlbfs: Implement show_optionsDavid Howells1-14/+56
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells4-9/+0
2017-07-06VFS: Provide empty name qstrDavid Howells5-10/+10
2017-07-06VFS: Make get_filesystem() return the affected filesystemDavid Howells1-1/+2
2017-07-06VFS: Clean up whitespace in fs/namespace.c and fs/super.cDavid Howells2-4/+4
2017-06-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-15/+43
2017-06-23fs/exec.c: account for argv/envp pointersKees Cook1-4/+24
2017-06-23ocfs2: fix deadlock caused by recursive locking in xattrEric Ren2-10/+17
2017-06-23fs/dax.c: fix inefficiency in dax_writeback_mapping_range()Jan Kara1-0/+1
2017-06-23autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown1-1/+1
2017-06-23Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+5
2017-06-22Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-9/+14
2017-06-21xfs: don't allow bmap on rt filesDarrick J. Wong1-2/+5
2017-06-21Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-32/+28
2017-06-21CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet1-1/+3
2017-06-20cifs: remove redundant return in cifs_creation_time_getColin Ian King1-2/+0
2017-06-20CIFS: Improve readdir verbosityPavel Shilovsky2-4/+9
2017-06-20CIFS: check if pages is null rather than bv for a failed allocationColin Ian King1-1/+1
2017-06-20CIFS: Set ->should_dirty in cifs_user_readv()Dan Carpenter1-1/+1
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins2-5/+1
2017-06-18Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds4-6/+8
2017-06-17ufs: fix the logics for tail relocationAl Viro3-16/+17
2017-06-17ufs_iget(): fail with -ESTALE on deleted inodeAl Viro1-13/+8
2017-06-17fix signedness of timestamps on ufs1Al Viro1-3/+3
2017-06-17Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-4/+3
2017-06-17Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-68/+98
2017-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+6
2017-06-17userfaultfd: shmem: handle coredumping in handle_userfault()Andrea Arcangeli1-8/+21
2017-06-16Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfsLinus Torvalds2-2/+9
2017-06-16fs: pass on flags in compat_writevChristoph Hellwig1-1/+1
2017-06-15fs: don't forget to put old mntns in mntns_installAndrei Vagin1-0/+2
2017-06-15Hang/soft lockup in d_invalidate with simultaneous callsAl Viro1-6/+4
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+8
2017-06-15ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro1-9/+12
2017-06-15ufs: more deadlock prevention on tail unpackingAl Viro1-1/+1
2017-06-15ufs: avoid grabbing ->truncate_mutex if possibleAl Viro2-10/+26
2017-06-14ufs_get_locked_page(): make sure we have buffer_headsAl Viro1-9/+8
2017-06-14ufs: fix s_size/s_dsize usersAl Viro4-24/+19
2017-06-14ufs: fix reserved blocks checkAl Viro1-4/+6
2017-06-14ufs: make ufs_freespace() return signedAl Viro1-2/+2
2017-06-14ufs: fix logics in "ufs: make fsck -f happy"Al Viro1-13/+28
2017-06-14ceph: unify inode i_ctime updateYan, Zheng2-3/+3
2017-06-14ceph: use current_kernel_time() to get request time stampYan, Zheng1-3/+1
2017-06-14ceph: check i_nlink while converting a file handle to dentryLuis Henriques1-0/+4
2017-06-12configfs: Introduce config_item_get_unless_zero()Bart Van Assche1-0/+8
2017-06-12configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger1-2/+1