summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* splice: reinstate SIGPIPE/EPIPE handlingLinus Torvalds2016-12-211-2/+7
* Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-12-2111-109/+166
|\
| * NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCESTrond Myklebust2016-12-192-4/+15
| * NFS: Retry the CLOSE if the embedded GETATTR is rejected with EACCESTrond Myklebust2016-12-191-0/+10
| * NFSv4: Place the GETATTR operation before the CLOSETrond Myklebust2016-12-192-12/+12
| * NFSv4: Also ask for attributes when downgrading to a READ-only stateTrond Myklebust2016-12-191-1/+2
| * NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()Trond Myklebust2016-12-191-7/+0Star
| * pNFS: Return RW layouts on OPEN_DOWNGRADETrond Myklebust2016-12-191-3/+13
| * NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADETrond Myklebust2016-12-191-0/+10
| * NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQIDNeilBrown2016-12-191-16/+13Star
| * NFSv4: ensure __nfs4_find_lock_state returns consistent result.NeilBrown2016-12-191-8/+20
| * NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown2016-12-191-1/+2
| * pNFS/flexfiles: delete deviceid, don't mark inactiveWeston Andros Adamson2016-12-192-3/+5
| * NFS: Clean up nfs_attribute_timeout()Trond Myklebust2016-12-191-7/+7
| * NFS: Remove unused function nfs_revalidate_inode_rcu()Trond Myklebust2016-12-191-9/+0Star
| * NFS: Fix and clean up the access cache validity checkingTrond Myklebust2016-12-191-9/+9
| * NFS: Only look at the change attribute cache state in nfs_weak_revalidate()Trond Myklebust2016-12-191-2/+3
| * NFS: Clean up cache validity checkingTrond Myklebust2016-12-193-22/+34
| * NFS: Don't revalidate the file on close if we hold a delegationTrond Myklebust2016-12-191-0/+2
| * NFSv4: Don't discard the attributes returned by asynchronous DELEGRETURNTrond Myklebust2016-12-191-4/+1Star
| * NFSv4: Update the attribute cache info in update_changeattrTrond Myklebust2016-12-191-1/+8
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-12-198-160/+150Star
|\ \
| * | quota: Fix bogus warning in dquot_disable()Jan Kara2016-12-191-2/+2
| * | fsnotify: Fix possible use-after-free in inode iteration on umountJan Kara2016-12-131-36/+9Star
| * | ext2: reject inodes with negative sizeDarrick J. Wong2016-12-071-0/+4
| * | quota: Remove dqonoff_mutexJan Kara2016-11-302-58/+23Star
| * | ocfs2: Use s_umount for quota recovery protectionJan Kara2016-11-301-4/+7
| * | quota: Remove dqonoff_mutex from dquot_scan_active()Jan Kara2016-11-301-2/+2
| * | ocfs2: Protect periodic quota syncing with s_umount semaphoreJan Kara2016-11-302-2/+9
| * | quota: Use s_umount protection for quota operationsJan Kara2016-11-242-34/+11Star
| * | quota: Hold s_umount in exclusive mode when enabling / disabling quotasJan Kara2016-11-242-3/+24
| * | fs: Provide function to get superblock with exclusive s_umountJan Kara2016-11-231-20/+60
* | | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-1841-103/+108
|\ \ \
| * | | vfs: make generic_readlink() staticMiklos Szeredi2016-12-091-2/+2
| * | | vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-0936-42/+0Star
| * | | vfs: default to generic_readlink()Miklos Szeredi2016-12-091-3/+12
| * | | vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2016-12-095-13/+34
| * | | proc/self: use generic_readlinkMiklos Szeredi2016-12-092-27/+2Star
| * | | ecryptfs: use vfs_get_link()Miklos Szeredi2016-12-091-17/+12Star
| * | | bad_inode: add missing i_op initializersMiklos Szeredi2016-12-091-4/+51
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-1845-468/+978
|\ \ \ \
| * \ \ \ Merge branch 'work.autofs' into for-linusAl Viro2016-12-169-71/+125
| |\ \ \ \
| | * | | | autofs - dont hold spin lock over direct mount expireIan Kent2016-12-041-7/+10
| | * | | | autofs - constify misc struct path instancesIan Kent2016-12-042-2/+2
| | * | | | vfs: remove unused have_submounts() functionIan Kent2016-12-041-33/+0Star
| | * | | | autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent2016-12-043-11/+15
| | * | | | autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checksIan Kent2016-12-041-7/+7
| | * | | | autofs: change autofs4_wait() to take struct pathIan Kent2016-12-044-12/+15
| | * | | | autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathIan Kent2016-12-044-8/+11
| | * | | | vfs: add path_has_submounts()Ian Kent2016-12-041-0/+39