summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfsd: remove include/linux/nfsd/syscall.hJ. Bruce Fields2011-08-313-3/+0
* nfsd4: remove redundant is_open_owner checkJ. Bruce Fields2011-08-271-2/+0
* nfsd4: get lock checks out of preprocess_seqid_opJ. Bruce Fields2011-08-271-29/+20
* nfsd4: simplify lock openmode checkJ. Bruce Fields2011-08-271-10/+5
* nfsd4: cleanup and consolidate seqid_mutating_errJ. Bruce Fields2011-08-272-37/+1
* nfsd4: remove HAS_SESSIONJ. Bruce Fields2011-08-273-23/+12
* nfsd4: cleanup lock/stateowner initializationJ. Bruce Fields2011-08-271-48/+52
* nfsd4: name openowner data structures more clearlyJ. Bruce Fields2011-08-271-18/+18
* nfsd4: replace some macros by functionsJ. Bruce Fields2011-08-271-15/+38
* nfsd4: stop using nfserr_resource for transitory errorsJ. Bruce Fields2011-08-273-9/+9
* nfsd4: fix failure to end nfsd4 grace periodBoaz Harrosh2011-08-271-7/+8
* nfsd4: simplify recovery dir settingJ. Bruce Fields2011-08-273-45/+34
* nfsd: prettify NFSD_MAY_* flag definitionsJ. Bruce Fields2011-08-271-14/+14
* nfsd4: permit read opens of executable-only filesJ. Bruce Fields2011-08-273-1/+5
* Remove include/linux/nfsd/const.hJ. Bruce Fields2011-08-271-0/+26
* nfsd4: it's OK to return nfserr_symlinkJ. Bruce Fields2011-08-273-23/+2
* nfsd4: fix incorrect comment in nfsd4_set_nfs4_aclJ. Bruce Fields2011-08-271-1/+1
* nfsd: clean up nfsd_mode_check()J. Bruce Fields2011-08-271-12/+18
* nfsd: open-code special directory-hardlink checkJ. Bruce Fields2011-08-272-11/+4
* nfsd4: clean up S_IS -> NF4 file type mappingJ. Bruce Fields2011-08-271-7/+14
* sunrpc: use better NUMA affinitiesEric Dumazet2011-08-192-3/+3
* locks: setlease cleanupJ. Bruce Fields2011-08-191-16/+17
* locks: fix tracking of inprogress lease breaksJ. Bruce Fields2011-08-191-32/+55
* locks: move F_INPROGRESS from fl_type to fl_flags fieldJ. Bruce Fields2011-08-191-6/+8
* locks: minor lease cleanupJ. Bruce Fields2011-08-191-5/+10
* nfsd4: return nfserr_symlink on v4 OPEN of non-regular fileJ. Bruce Fields2011-08-191-0/+21
* nfsd4: fix seqid_mutating_errorJ. Bruce Fields2011-08-192-6/+12
* nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir()Bernd Schubert2011-08-161-1/+1
* vfs: rename 'do_follow_link' to 'should_follow_link'Linus Torvalds2011-08-071-2/+2
* Fix POSIX ACL permission checkAri Savolainen2011-08-071-1/+1
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-08-077-499/+487
|\
| * ore: Make ore its own moduleBoaz Harrosh2011-08-073-1/+23
| * exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh2011-08-075-255/+170
| * exofs: ios: Move to a per inode components & device-tableBoaz Harrosh2011-08-074-183/+218
| * exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh2011-08-074-73/+79
| * exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh2011-08-073-16/+38
| * exofs: Fix truncate for the raid-groups caseBoaz Harrosh2011-08-041-20/+53
| * exofs: Small cleanup of exofs_fill_superBoaz Harrosh2011-08-041-4/+2
| * exofs: BUG: Avoid sbi reallocBoaz Harrosh2011-08-042-24/+30
| * exofs: Remove pnfs-osd private definitionsBoaz Harrosh2011-08-042-50/+1
* | vfs: optimize inode cache access patternsLinus Torvalds2011-08-073-12/+69
* | vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds2011-08-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-08-066-18/+14
|\ \
| * | cifs: cope with negative dentries in cifs_get_rootJeff Layton2011-08-051-0/+4
| * | cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton2011-08-051-12/+2
| * | CIFS: Fix missing a decrement of inFlight valuePavel Shilovsky2011-08-031-0/+2
| * | cifs: demote DFS referral lookup errors to cFYIJeff Layton2011-08-032-4/+5
| * | Revert "cifs: advertise the right receive buffer size to the server"Steve French2011-08-031-2/+1
* | | vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> filesLinus Torvalds2011-08-061-1/+9
* | | oom_ajd: don't use WARN_ONCE, just use printk_onceLinus Torvalds2011-08-061-1/+1