nfsd4: typo logical vs bitwise negate
[pandora-kernel.git] / fs /
2011-10-17 Dan Carpenternfsd4: typo logical vs bitwise negate
2011-10-12 Mi Jinlongnfs: fix bug about IPv6 address scope checking
2011-10-11 J. Bruce Fieldsnfsd4: more robust ignoring of WANT bits in OPEN
2011-10-11 J. Bruce Fieldsnfsd4: move name-length checks to xdr
2011-10-11 J. Bruce Fieldsnfsd4: move access/deny validity checks to xdr code
2011-10-10 J. Bruce Fieldsnfsd4: ignore WANT bits in open downgrade
2011-10-10 J. Bruce Fieldsnfsd4: cleanup state.h comments
2011-10-10 J. Bruce Fieldsnfsd4: clean up downgrading code
2011-10-10 J. Bruce Fieldsnfsd4: fix state lock usage in LOCKU
2011-09-26 J. Bruce Fieldsnfsd4: look up stateid's per clientid
2011-09-26 J. Bruce Fieldsnfsd4: assume test_stateid always has session
2011-09-26 J. Bruce Fieldsnfsd4: use idr for stateid's
2011-09-26 J. Bruce Fieldsnfsd4: move client * to nfs4_stateid, add init_stid...
2011-09-21 J. Bruce Fieldsleases: split up generic_setlease into lock/unlock...
2011-09-20 J. Bruce Fieldsnfsd4: make op_cacheresult another flag
2011-09-20 J. Bruce Fieldsnfsd4: fix open downgrade, again
2011-09-19 J. Bruce Fieldsnfsd4: hash closed stateid's like any other
2011-09-19 J. Bruce Fieldsnfsd4: construct stateid from clientid and counter
2011-09-17 J. Bruce Fieldsnfsd4: simplify free_stateid
2011-09-17 J. Bruce Fieldsnfsd4: match close replays on stateid, not open owner id
2011-09-16 J. Bruce Fieldsnfsd4: replace oo_confirmed by flag bit
2011-09-16 Mi Jinlongnfsd41: try to check reply size before operation
2011-09-14 Mi JinlongSUNRPC: Replace svc_addr_u by sockaddr_storage
2011-09-14 Trond MyklebustNFSD: Add a cache for fs_locations information
2011-09-14 Trond MyklebustNFSD: Remove the ex_pathname field from struct svc_export
2011-09-14 Trond MyklebustNFSD: Cleanup for nfsd4_path()
2011-09-13 J. Bruce Fieldsnfsd4: better stateid hashing
2011-09-13 J. Bruce Fieldsnfsd4: use deleg changes to cleanup preprocess_stateid_op
2011-09-13 J. Bruce Fieldsnfsd4: fix test_stateid for delegation stateid's
2011-09-13 J. Bruce Fieldsnfsd4: hash deleg stateid's like any other
2011-09-13 J. Bruce Fieldsnfsd4: share common stid-hashing helper function
2011-09-13 J. Bruce Fieldsnfsd4: add common dl_stid field to delegation
2011-09-13 J. Bruce Fieldsnfsd4: move some of nfs4_stateid into a separate structure
2011-09-13 J. Bruce Fieldsnfsd4: remove redundant stateid initialization
2011-09-13 J. Bruce Fieldsnfsd4: rename init_stateid
2011-09-13 J. Bruce Fieldsnfsd4: pass around typemask instead of flags
2011-09-13 J. Bruce Fieldsnfsd4: split preprocess_seqid, cleanup
2011-09-13 J. Bruce Fieldsnfsd4: split up find_stateid
2011-09-13 J. Bruce Fieldsnfsd4: rearrange to avoid a forward reference
2011-09-07 J. Bruce Fieldsnfsd4: split out some free_generic_stateid code
2011-09-07 J. Bruce Fieldsnfsd4: split stateowners into open and lockowners
2011-09-04 J. Bruce Fieldsnfsd4: move CLOSE_STATE special case to caller
2011-09-03 J. Bruce Fieldsnfsd4: move double-confirm test to open_confirm
2011-09-02 J. Bruce Fieldsnfsd4: simplify check_open logic
2011-09-02 J. Bruce Fieldsnfsd4: share common seqid checks
2011-09-01 J. Bruce Fieldsnfsd4: eliminate unused lt_stateowner
2011-09-01 J. Bruce Fieldsnfsd4: drop most stateowner refcounting
2011-09-01 J. Bruce Fieldsnfsd4: eliminate impossible open replay case
2011-09-01 J. Bruce Fieldsnfsd4: extend state lock over seqid replay logic
2011-08-31 J. Bruce Fieldsnfsd4: cleanup seqid op stateowner usage
2011-08-31 J. Bruce Fieldsnfsd4: centralize handling of replay owners
2011-08-31 J. Bruce Fieldsnfsd4: make delegation stateid's seqid start at 1
2011-08-31 J. Bruce Fieldsnfsd4: simplify stateid generation code, fix wraparound
2011-08-31 J. Bruce Fieldsnfsd4: consolidate lock & open stateid tables
2011-08-31 J. Bruce Fieldsnfsd4: simplify distinguishing lock & open stateid's
2011-08-31 J. Bruce Fieldsnfsd4: remove typoed replay field
2011-08-31 J. Bruce Fieldsnfsd4: fix off-by-one-error in SEQUENCE reply
2011-08-31 J. Bruce Fieldsnfsd: remove include/linux/nfsd/syscall.h
2011-08-27 J. Bruce Fieldsnfsd4: remove redundant is_open_owner check
2011-08-27 J. Bruce Fieldsnfsd4: get lock checks out of preprocess_seqid_op
2011-08-27 J. Bruce Fieldsnfsd4: simplify lock openmode check
2011-08-27 J. Bruce Fieldsnfsd4: cleanup and consolidate seqid_mutating_err
2011-08-27 J. Bruce Fieldsnfsd4: remove HAS_SESSION
2011-08-27 J. Bruce Fieldsnfsd4: cleanup lock/stateowner initialization
2011-08-27 J. Bruce Fieldsnfsd4: name openowner data structures more clearly
2011-08-27 J. Bruce Fieldsnfsd4: replace some macros by functions
2011-08-27 J. Bruce Fieldsnfsd4: stop using nfserr_resource for transitory errors
2011-08-27 Boaz Harroshnfsd4: fix failure to end nfsd4 grace period
2011-08-27 J. Bruce Fieldsnfsd4: simplify recovery dir setting
2011-08-27 J. Bruce Fieldsnfsd: prettify NFSD_MAY_* flag definitions
2011-08-27 J. Bruce Fieldsnfsd4: permit read opens of executable-only files
2011-08-26 J. Bruce FieldsRemove include/linux/nfsd/const.h
2011-08-26 J. Bruce Fieldsnfsd4: it's OK to return nfserr_symlink
2011-08-26 J. Bruce Fieldsnfsd4: fix incorrect comment in nfsd4_set_nfs4_acl
2011-08-26 J. Bruce Fieldsnfsd: clean up nfsd_mode_check()
2011-08-26 J. Bruce Fieldsnfsd: open-code special directory-hardlink check
2011-08-26 J. Bruce Fieldsnfsd4: clean up S_IS -> NF4 file type mapping
2011-08-19 Eric Dumazetsunrpc: use better NUMA affinities
2011-08-19 J. Bruce Fieldslocks: setlease cleanup
2011-08-19 J. Bruce Fieldslocks: fix tracking of inprogress lease breaks
2011-08-19 J. Bruce Fieldslocks: move F_INPROGRESS from fl_type to fl_flags field
2011-08-19 J. Bruce Fieldslocks: minor lease cleanup
2011-08-19 J. Bruce Fieldsnfsd4: return nfserr_symlink on v4 OPEN of non-regular...
2011-08-19 J. Bruce Fieldsnfsd4: fix seqid_mutating_error
2011-08-16 Bernd Schubertnfsd4: Remove check for a 32-bit cookie in nfsd4_readdir()
2011-08-07 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc
2011-08-07 Linus Torvaldsvfs: rename 'do_follow_link' to 'should_follow_link'
2011-08-07 Ari SavolainenFix POSIX ACL permission check
2011-08-07 Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
2011-08-07 Linus Torvaldsvfs: optimize inode cache access patterns
2011-08-07 Linus Torvaldsvfs: renumber DCACHE_xyz flags, remove some stale ones
2011-08-07 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2011-08-07 Boaz Harroshore: Make ore its own module
2011-08-07 Boaz Harroshexofs: Rename raid engine from exofs/ios.c => ore
2011-08-07 Boaz Harroshexofs: ios: Move to a per inode components & device...
2011-08-07 Boaz Harroshexofs: Move exofs specific osd operations out of ios.c
2011-08-07 Boaz Harroshexofs: Add offset/length to exofs_get_io_state
2011-08-06 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2011-08-06 Linus TorvaldsMerge branch 'pm-fixes' of git://git./linux/kernel...
2011-08-06 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
next