USB: ftdi_sio: fix race condition in TIOCMIWAIT, and abort of TIOCMIWAIT when the...
[linux-flexiantxendom0.git] / fs / nfsd /
2012-01-26 Sasha Levinnfsd: Fix oops when parsing a 0 length export
2012-01-26 J. Bruce Fieldsnfsd4: fix lockowner matching
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-04 Linus TorvaldsMerge branch 'nfs-for-3.2' of git://git.linux-nfs.org...
2011-11-03 Trond MyklebustMerge branch 'osd-devel' into nfs-for-next
2011-11-01 Benny Halevynfsd4: typo logical vs bitwise negate in nfsd4_decode_s...
2011-10-31 Paul Gortmakerfs: add module.h to files that were implicitly using it
2011-10-31 Paul Gortmakerfs: add export.h to files using EXPORT_SYMBOL/THIS_MODU...
2011-10-25 Stanislav KinsburskyNFSd: call svc rpcbind cleanup explicitly
2011-10-24 Mi Jinlongnfs41: implement DESTROY_CLIENTID operation
2011-10-24 Benny Halevynfsd4: typo logical vs bitwise negate for want_mask
2011-10-24 Benny Halevynfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL...
2011-10-24 Benny Halevynfsd4: seq->status_flags may be used unitialized
2011-10-24 Benny Halevynfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_seque...
2011-10-19 J. Bruce Fieldsnfsd4: implement new 4.1 open reclaim types
2011-10-19 J. Bruce Fieldsnfsd4: remove unneeded CLAIM_DELEGATE_CUR workaround
2011-10-17 J. Bruce Fieldsnfsd4: warn on open failure after create
2011-10-17 J. Bruce Fieldsnfsd4: preallocate open stateid in process_open1()
2011-10-17 J. Bruce Fieldsnfsd4: do idr preallocation with stateid allocation
2011-10-17 J. Bruce Fieldsnfsd4: preallocate nfs4_file in process_open1()
2011-10-17 J. Bruce Fieldsnfsd4: clean up open owners on OPEN failure
2011-10-17 J. Bruce Fieldsnfsd4: simplify process_open1 logic
2011-10-17 J. Bruce Fieldsnfsd4: make is_open_owner boolean
2011-10-17 J. Bruce Fieldsnfsd4: centralize renew_client() calls
2011-10-17 Dan Carpenternfsd4: typo logical vs bitwise negate
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-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 J. Bruce Fieldsnfsd4: return nfserr_symlink on v4 OPEN of non-regular...
next