summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | NFS: Create a generic_pgio functionAnna Schumaker2014-05-285-192/+106
| * | NFS: Create a common pgio_error functionAnna Schumaker2014-05-284-42/+29
| * | NFS: Create a common rpcsetup function for reads and writesAnna Schumaker2014-05-284-66/+53
| * | NFS: Create a common rpc_call_ops structAnna Schumaker2014-05-284-24/+13
| * | NFS: Create a common nfs_pgio_result_common functionAnna Schumaker2014-05-284-48/+52
| * | NFS: Create a common pgio_rpc_prepare functionAnna Schumaker2014-05-287-67/+43
| * | NFS: Create a common rw_header_alloc and rw_header_free functionAnna Schumaker2014-05-285-45/+64
| * | NFS: Create a common pgio_alloc and pgio_release functionAnna Schumaker2014-05-285-106/+74
| * | NFS: Move the write verifier into the nfs_pgio_headerAnna Schumaker2014-05-282-6/+5
| * | NFS: Create a common read and write header structAnna Schumaker2014-05-284-18/+18
| * | NFS: Create a common read and write data structAnna Schumaker2014-05-2815-133/+133
| * | NFS: Create a common results structure for reads and writesAnna Schumaker2014-05-285-13/+14
| * | NFS: Create a common argument structure for reads and writesAnna Schumaker2014-05-286-16/+18
| * | nfs: remove ->read_pageio_init from rpc opsChristoph Hellwig2014-05-288-33/+17
| * | nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig2014-05-288-37/+17
| * | nfs: commit layouts in fdatasyncChristoph Hellwig2014-05-281-2/+1
| * | NFS: Don't ignore suid/sgid bit changes after a successful writeTrond Myklebust2014-04-151-2/+33
| * | NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust2014-04-151-9/+17
| * | NFS: Fix memroy leak for double mountsKinglong Mee2014-04-151-1/+2
| |/
* | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-06-101-1/+1
|\ \
| * | nfs4: remove unused CHANGE_SECURITY_LABELJ. Bruce Fields2014-06-061-1/+1
| |/
* | nfs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-062-6/+6
* | Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into nextLinus Torvalds2014-06-041-4/+0
|\ \
| * | locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton2014-06-021-4/+0
| |/
* / arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-188-18/+18
|/
* mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-071-0/+1
* Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-04-0613-189/+271
|\
| * nfs: pass string length to pr_notice message about readdir loopsJeff Layton2014-04-051-4/+3
| * NFSv4: Fix a use-after-free problem in open()Trond Myklebust2014-03-281-9/+10
| * NFSv4: Ensure we respect soft mount timeouts during trunking discoveryTrond Myklebust2014-03-191-1/+3
| * NFSv4: Schedule recovery if nfs40_walk_client_list() is interruptedTrond Myklebust2014-03-191-0/+7
| * NFS: advertise only supported callback netidsChuck Lever2014-03-171-6/+18
| * NFS: Clean up: revert increase in READDIR RPC buffer max sizeChuck Lever2014-03-171-2/+1
| * Merge branch 'devel' into linux-nextTrond Myklebust2014-03-1711-167/+229
| |\
| | * nfs: emit a fsnotify_nameremove call in sillyrename codepathJeff Layton2014-03-171-2/+13
| | * nfs: remove synchronous rename codeJeff Layton2014-03-173-105/+0
| | * nfs: convert nfs_rename to use async_rename infrastructureJeff Layton2014-03-171-2/+11
| | * nfs: make nfs_async_rename non-staticJeff Layton2014-03-172-1/+8
| | * nfs: abstract out code needed to complete a sillyrenameJeff Layton2014-03-171-4/+18
| | * NFSv4: Clear the open state flags if the new stateid does not matchTrond Myklebust2014-02-193-5/+28
| | * NFSv4: Use correct locking when updating nfs4_state in nfs4_close_doneTrond Myklebust2014-02-191-30/+35
| | * NFSv4.1: Ensure that we free existing layout segments if we get a new layoutTrond Myklebust2014-02-191-0/+15
| | * NFSv4.1: Minor optimisation in get_layout_by_fh_locked()Trond Myklebust2014-02-191-2/+2
| | * NFSv4.1: Ensure that the layout recall callback matches layout stateidsTrond Myklebust2014-02-191-5/+10
| | * NFSv4: Don't update the open stateid unless it is newer than the old oneTrond Myklebust2014-02-192-4/+27
| | * NFSv4.1: Fix wraparound issues in pnfs_seqid_is_newer()Trond Myklebust2014-02-191-1/+1
| | * NFS: Be more aggressive in using readdirplus for 'ls -l' situationsTrond Myklebust2014-02-113-11/+66
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+2
|\ \ \
| * | | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
* | | | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-032-2/+2