summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* VFS: Kill off s_options and helpersDavid Howells2017-07-113-61/+0
* orangefs: Implement show_optionsDavid Howells2017-07-111-1/+14
* 9p: Implement show_optionsDavid Howells2017-07-113-4/+66
* isofs: Implement show_optionsDavid Howells2017-07-112-3/+51
* afs: Implement show_optionsDavid Howells2017-07-111-2/+43
* affs: Implement show_optionsDavid Howells2017-07-111-5/+37
* befs: Implement show_optionsDavid Howells2017-07-111-3/+21
* ramfs: Implement show_optionsDavid Howells2017-07-061-11/+21
* pstore: Implement show_optionsDavid Howells2017-07-063-4/+15
* omfs: Implement show_optionsDavid Howells2017-07-061-3/+30
* hugetlbfs: Implement show_optionsDavid Howells2017-07-061-14/+56
* VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells2017-07-064-9/+0
* VFS: Provide empty name qstrDavid Howells2017-07-065-10/+10
* VFS: Make get_filesystem() return the affected filesystemDavid Howells2017-07-061-1/+2
* VFS: Clean up whitespace in fs/namespace.c and fs/super.cDavid Howells2017-07-062-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-06-235-15/+43
|\
| * fs/exec.c: account for argv/envp pointersKees Cook2017-06-231-4/+24
| * ocfs2: fix deadlock caused by recursive locking in xattrEric Ren2017-06-232-10/+17
| * fs/dax.c: fix inefficiency in dax_writeback_mapping_range()Jan Kara2017-06-231-0/+1
| * autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown2017-06-231-1/+1
* | Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-06-231-2/+5
|\ \ | |/ |/|
| * xfs: don't allow bmap on rt filesDarrick J. Wong2017-06-211-2/+5
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-06-225-9/+14
|\ \
| * | CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet2017-06-211-1/+3
| * | cifs: remove redundant return in cifs_creation_time_getColin Ian King2017-06-201-2/+0
| * | CIFS: Improve readdir verbosityPavel Shilovsky2017-06-202-4/+9
| * | CIFS: check if pages is null rather than bv for a failed allocationColin Ian King2017-06-201-1/+1
| * | CIFS: Set ->should_dirty in cifs_user_readv()Dan Carpenter2017-06-201-1/+1
* | | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-214-32/+28
|\ \ \ | |/ / |/| |
| * | ufs: fix the logics for tail relocationAl Viro2017-06-173-16/+17
| * | ufs_iget(): fail with -ESTALE on deleted inodeAl Viro2017-06-171-13/+8
| * | fix signedness of timestamps on ufs1Al Viro2017-06-171-3/+3
* | | mm: larger stack guard gap, between vmasHugh Dickins2017-06-192-5/+1
* | | Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds2017-06-184-6/+8
|\ \ \
| * | | ceph: unify inode i_ctime updateYan, Zheng2017-06-142-3/+3
| * | | ceph: use current_kernel_time() to get request time stampYan, Zheng2017-06-141-3/+1
| * | | ceph: check i_nlink while converting a file handle to dentryLuis Henriques2017-06-141-0/+4
* | | | Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-06-172-4/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsBrian Foster2017-06-082-4/+3
* | | | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-176-68/+98
|\ \ \ \ | | |_|/ | |/| |
| * | | ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro2017-06-151-9/+12
| * | | ufs: more deadlock prevention on tail unpackingAl Viro2017-06-151-1/+1
| * | | ufs: avoid grabbing ->truncate_mutex if possibleAl Viro2017-06-152-10/+26
| * | | ufs_get_locked_page(): make sure we have buffer_headsAl Viro2017-06-141-9/+8
| * | | ufs: fix s_size/s_dsize usersAl Viro2017-06-144-24/+19
| * | | ufs: fix reserved blocks checkAl Viro2017-06-141-4/+6
| * | | ufs: make ufs_freespace() return signedAl Viro2017-06-141-2/+2
| * | | ufs: fix logics in "ufs: make fsck -f happy"Al Viro2017-06-141-13/+28
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-172-6/+6
|\ \ \ \
| * | | | fs: don't forget to put old mntns in mntns_installAndrei Vagin2017-06-151-0/+2