summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* atomic: use <linux/atomic.h>Arun Sharma2011-07-262-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds2011-07-261-2/+1
|\
| * writeback: remove .nonblocking and .encountered_congestionWu Fengguang2011-06-081-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-5/+2
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2011-07-1112-65/+123
| |\ \
| * | | treewide: remove duplicate includesVitaliy Ivanov2011-06-201-5/+2
| | |/ | |/|
* | | kill boilerplates around posix_acl_create_masq()Al Viro2011-07-251-7/+3
* | | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-202-5/+14
* | | fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik2011-07-201-2/+5
* | | switch vfs_path_lookup() to struct pathAl Viro2011-07-202-16/+9
* | | nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last stepAl Viro2011-07-201-4/+2
* | | no need to check for LOOKUP_OPEN in ->create() instancesAl Viro2011-07-201-3/+3
* | | don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro2011-07-201-7/+17
* | | fix mknod() on nfs4 (hopefully)Al Viro2011-07-201-12/+12
* | | nameidata_to_nfs_open_context() doesn't need nameidata, actually...Al Viro2011-07-201-6/+7
* | | nfs_open_context doesn't need struct path eitherAl Viro2011-07-207-42/+40
* | | nfs4_opendata doesn't need struct path eitherAl Viro2011-07-201-23/+22
* | | nfs4_closedata doesn't need to mess with struct pathAl Viro2011-07-203-22/+21
* | | ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-2/+2
* | | ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* | | kill check_acl callback of generic_permission()Al Viro2011-07-201-1/+1
* | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-07-133-2/+3
|\ \ \ | |_|/ |/| |
| * | NFSv4.1: update nfs4_fattr_bitmap_maxszAndy Adamson2011-07-111-1/+1
| * | pnfs: write: Set mds_offset in the generic layer - it is needed by all LDsBoaz Harrosh2011-06-282-1/+2
* | | FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells2011-07-071-5/+3
|/ /
* | NFS: Fix decode_secinfo_maxszBryan Schumaker2011-06-211-1/+1
* | NFSv4.1: Fix an off-by-one error in pnfs_generic_pg_testTrond Myklebust2011-06-211-5/+16
* | NFSv4.1: Fix some issues with pnfs_generic_pg_testTrond Myklebust2011-06-212-5/+10
* | NFSv4.1: file layout must consider pg_bsize for coalescingBenny Halevy2011-06-202-3/+6
* | pnfs-obj: No longer needed to take an extra ref at add_deviceBoaz Harrosh2011-06-191-1/+0
* | NFSv4: Fix a readdir regressionTrond Myklebust2011-06-161-7/+7
* | nfs4.1: mark layout as bad on error path in _pnfs_return_layoutFred Isaman2011-06-151-0/+2
* | nfs4.1: prevent race that allowed use of freed layout in _pnfs_return_layoutFred Isaman2011-06-151-2/+2
* | NFSv4.1: need to put_layout_hdr on _pnfs_return_layout error pathBenny Halevy2011-06-151-0/+1
* | NFS: (d)printks should use %zd for ssize_t argumentsDavid Howells2011-06-151-1/+1
* | NFSv4.1: fix break condition in pnfs_find_lsegBenny Halevy2011-06-151-1/+1
* | nfs4.1: fix several problems with _pnfs_return_layoutFred Isaman2011-06-152-7/+9
* | NFSv4.1: allow zero fh array in filelayout decode layoutAndy Adamson2011-06-151-5/+10
* | NFSv4.1: allow nfs_fhget to succeed with mounted on fileidAndy Adamson2011-06-153-11/+36
* | NFSv4.1: Fix a refcounting issue in the pNFS device id cacheTrond Myklebust2011-06-151-0/+1
* | NFSv4.1: deprecate headerpadsz in CREATE_SESSIONBenny Halevy2011-06-152-8/+6
* | NFS41: do not update isize if inode needs layoutcommitPeng Tao2011-06-151-1/+2
* | NFS: fix umount of pnfs filesystemsWeston Andros Adamson2011-06-152-5/+12
|/
* Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-05-2926-278/+3516
|\
| * pnfs-obj: pg_test check for max_io_sizeBoaz Harrosh2011-05-291-1/+18
| * NFSv4.1: define nfs_generic_pg_testBoaz Harrosh2011-05-291-24/+20
| * NFSv4.1: use pnfs_generic_pg_test directly by layout driverBenny Halevy2011-05-294-19/+17
| * NFSv4.1: change pg_test return type to boolBenny Halevy2011-05-295-22/+21
| * NFSv4.1: unify pnfs_pageio_init functionsBenny Halevy2011-05-295-54/+27
| * pnfs-obj: objlayout_encode_layoutcommit implementationBoaz Harrosh2011-05-293-0/+61
OpenPOWER on IntegriCloud