summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ufs: kill lock_ufs()Al Viro2015-07-062-37/+2
| | * | ufs: don't use lock_ufs() for block pointers tree protectionAl Viro2015-07-065-47/+121
| | * | ufs: bforget() indirect blocks before freeing themAl Viro2015-07-061-3/+3
| | * | ufs: move lock_ufs() down into __ufs_truncate_blocks()Al Viro2015-07-061-7/+2
| | * | ufs: move truncate_setsize() down into ufs_truncate()Al Viro2015-07-061-16/+11
| | * | ufs: free excessive blocks upon ->write_begin() failure/short copyAl Viro2015-07-061-2/+16
| | * | ufs: switch ufs_evict_inode() to trimmed-down variant of ufs_truncate()Al Viro2015-07-063-27/+44
| | * | ufs: kill more lock_ufs() callsAl Viro2015-07-062-13/+4
| * | | Merge branch 'sb_writers_pcpu_rwsem' of git://git.kernel.org/pub/scm/linux/ke...Al Viro2015-08-193-107/+78
| |\ \ \
| | * | | change sb_writers to use percpu_rw_semaphoreOleg Nesterov2015-08-151-81/+30
| | * | | shift percpu_counter_destroy() into destroy_super_work()Oleg Nesterov2015-08-151-4/+19
| | * | | document rwsem_release() in sb_wait_write()Oleg Nesterov2015-08-151-3/+9
| | * | | fix the broken lockdep logic in __sb_start_write()Oleg Nesterov2015-08-151-33/+40
| | * | | introduce __sb_writers_{acquired,release}() helpersOleg Nesterov2015-08-152-10/+4
| | | |/ | | |/|
* | | | Merge tag 'for-linus-4.3-merge-window-part-1' of git://git.kernel.org/pub/scm...Linus Torvalds2015-09-062-2/+2
|\ \ \ \
| * | | | 9p: fix return code of read() when count is 0Vincent Bernat2015-08-231-1/+1
| * | | | 9p: remove unused option Opt_transFabian Frederick2015-08-231-1/+1
| |/ / /
* | | | Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-09-0621-299/+382
|\ \ \ \
| * | | | nfsd: deal with DELEGRETURN racing with CB_RECALLAndrew Elble2015-09-021-0/+3
| * | | | nfsd: return CLID_INUSE for unexpected SETCLIENTID_CONFIRM caseJ. Bruce Fields2015-09-011-3/+4
| * | | | nfsd: ensure that delegation stateid hash references are only put onceJeff Layton2015-08-311-9/+17
| * | | | nfsd: ensure that the ol stateid hash reference is only put onceJeff Layton2015-08-311-22/+36
| * | | | nfsd: allow more than one laundry job to run at a timeJeff Layton2015-08-311-1/+1
| * | | | nfsd: don't WARN/backtrace for invalid container deployment.Paul Gortmaker2015-08-311-4/+2
| * | | | fs: fix fs/locks.c kernel-doc warningRandy Dunlap2015-08-311-0/+1
| * | | | NFSD: Return word2 bitmask if setting security label in OPEN/CREATEKinglong Mee2015-08-311-39/+56
| * | | | NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1Kinglong Mee2015-08-313-12/+12
| * | | | nfsd: SUPPATTR_EXCLCREAT must be encoded before SECURITY_LABEL.Kinglong Mee2015-08-311-6/+7
| * | | | nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bugKinglong Mee2015-08-311-14/+31
| * | | | NFSD: Store parent's stat in a separate valueKinglong Mee2015-08-311-3/+10
| * | | | nfsd: Fix two typos in commentsAndreas Gruenbacher2015-08-131-2/+2
| * | | | lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields2015-08-134-9/+31
| * | | | nfsd: include linux/nfs4.h in export.hJeff Layton2015-08-131-0/+1
| * | | | sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee2015-08-131-70/+3
| * | | | nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errorsKinglong Mee2015-08-132-36/+88
| * | | | Merge branch 'for-4.2' into for-4.3J. Bruce Fields2015-08-101-6/+6
| |\ \ \ \
| * | | | | nfsd: Remove unused clientid arguments from, find_lockowner_str{_locked}Kinglong Mee2015-08-101-10/+6
| * | | | | nfsd: Use lk_new_xxx instead of v.new.xxx for nfs4_lockownerKinglong Mee2015-08-101-4/+4
| * | | | | nfsd: Remove macro LOFF_OVERFLOWKinglong Mee2015-08-101-5/+2
| * | | | | nfsd: Remove duplicate checking of nfsd_net in nfs4_laundromat()Kinglong Mee2015-08-101-2/+0
| * | | | | nfsd: Remove unused values in nfs4_setlease()Kinglong Mee2015-08-101-2/+1
| * | | | | nfsd: Remove nfs4_set_claim_prev()Kinglong Mee2015-08-101-7/+1
| * | | | | nfsd: Drop duplicate checking of seqid in nfsd4_create_session()Kinglong Mee2015-08-101-5/+3
| * | | | | nfsd: Remove unneeded values in nfsd4_open()Kinglong Mee2015-08-101-3/+1
| * | | | | nfsd: Add missing gen_confirm in nfsd4_setclientid()Kinglong Mee2015-08-101-2/+3
| * | | | | nfsd: New counter for generating client confirm verifierKinglong Mee2015-08-102-1/+2
| * | | | | nfsd: Fix memory leak of so_owner.data in nfs4_stateownerKinglong Mee2015-08-101-4/+11
| * | | | | nfsd: Add layouts checking in client_has_state()Kinglong Mee2015-08-101-0/+3
| * | | | | nfsd: Fix a memory leak of struct file_lockKinglong Mee2015-08-101-0/+1
| * | | | | nfsd/sunrpc: abstract out svc_set_num_threads to sv_opsJeff Layton2015-08-101-3/+5