summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-07-11affs: Implement show_optionsDavid Howells
2017-07-11befs: Implement show_optionsDavid Howells
2017-07-06ramfs: Implement show_optionsDavid Howells
2017-07-06pstore: Implement show_optionsDavid Howells
2017-07-06omfs: Implement show_optionsDavid Howells
2017-07-06hugetlbfs: Implement show_optionsDavid Howells
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells
2017-07-06VFS: Provide empty name qstrDavid Howells
2017-07-06VFS: Make get_filesystem() return the affected filesystemDavid Howells
2017-07-06VFS: Clean up whitespace in fs/namespace.c and fs/super.cDavid Howells
2017-06-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-06-23fs/exec.c: account for argv/envp pointersKees Cook
2017-06-23ocfs2: fix deadlock caused by recursive locking in xattrEric Ren
2017-06-23fs/dax.c: fix inefficiency in dax_writeback_mapping_range()Jan Kara
2017-06-23autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown
2017-06-23Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-22Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-06-21xfs: don't allow bmap on rt filesDarrick J. Wong
2017-06-21Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-21CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet
2017-06-20cifs: remove redundant return in cifs_creation_time_getColin Ian King
2017-06-20CIFS: Improve readdir verbosityPavel Shilovsky
2017-06-20CIFS: check if pages is null rather than bv for a failed allocationColin Ian King
2017-06-20CIFS: Set ->should_dirty in cifs_user_readv()Dan Carpenter
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-06-18Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-06-17ufs: fix the logics for tail relocationAl Viro
2017-06-17ufs_iget(): fail with -ESTALE on deleted inodeAl Viro
2017-06-17fix signedness of timestamps on ufs1Al Viro
2017-06-17Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-17Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-17userfaultfd: shmem: handle coredumping in handle_userfault()Andrea Arcangeli
2017-06-16Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2017-06-16fs: pass on flags in compat_writevChristoph Hellwig
2017-06-15fs: don't forget to put old mntns in mntns_installAndrei Vagin
2017-06-15Hang/soft lockup in d_invalidate with simultaneous callsAl Viro
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-06-15ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro
2017-06-15ufs: more deadlock prevention on tail unpackingAl Viro
2017-06-15ufs: avoid grabbing ->truncate_mutex if possibleAl Viro
2017-06-14ufs_get_locked_page(): make sure we have buffer_headsAl Viro
2017-06-14ufs: fix s_size/s_dsize usersAl Viro
2017-06-14ufs: fix reserved blocks checkAl Viro
2017-06-14ufs: make ufs_freespace() return signedAl Viro
2017-06-14ufs: fix logics in "ufs: make fsck -f happy"Al Viro
2017-06-14ceph: unify inode i_ctime updateYan, Zheng
2017-06-14ceph: use current_kernel_time() to get request time stampYan, Zheng
2017-06-14ceph: check i_nlink while converting a file handle to dentryLuis Henriques
2017-06-12configfs: Introduce config_item_get_unless_zero()Bart Van Assche