summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-09-14debugfs: Fix corrupted loop in debugfs_remove_recursiveSteven Rostedt1-8/+26
2014-08-06introduce SIZE_MAXXi Wang1-1/+1
2014-08-06ceph: fix overflow check in build_snap_context()Xi Wang1-1/+1
2014-08-06xfs: really fix the cursor leak in xfs_alloc_ag_vextent_nearDave Chinner1-2/+2
2014-08-06xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearDave Chinner1-0/+1
2014-08-06fuse: handle large user and group IDMiklos Szeredi1-4/+16
2014-08-06fuse: timeout comparison fixMiklos Szeredi1-3/+3
2014-08-06ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2-3/+4
2014-08-06ext4: clarify error count warning messagesTheodore Ts'o1-3/+4
2014-08-06nfsd: fix rare symlink decoding bugJ. Bruce Fields2-10/+12
2014-07-11Btrfs: fix double free in find_lock_delalloc_rangeChris Mason1-0/+1
2014-07-11nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields1-1/+1
2014-07-11nfsd4: use recall_lock for delegation hashingBenny Halevy1-6/+14
2014-07-11UBIFS: Remove incorrect assertion in shrink_tnc()hujianyang1-1/+0
2014-07-11nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig1-2/+2
2014-07-11ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi1-1/+1
2014-07-11ext4: fix zeroing of page during writebackJan Kara1-12/+12
2014-07-11reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney1-1/+7
2014-07-11reiserfs: drop vmtruncateMarco Stornelli2-6/+12
2014-07-11UBIFS: fix an mmap and fsync race conditionhujianyang1-2/+1
2014-06-09nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields1-0/+4
2014-06-09nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields1-2/+9
2014-06-09NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee1-8/+9
2014-06-09posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig1-0/+6
2014-06-09NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust1-0/+1
2014-06-09NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust1-12/+12
2014-05-18Btrfs: fix inode caching vs tree logMiao Xie1-16/+2
2014-05-18Btrfs: Don't allocate inode that is already in useStefan Behrens1-1/+1
2014-05-18nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton1-1/+3
2014-05-18locks: allow __break_lease to sleep even when break_time is 0Jeff Layton1-4/+3
2014-05-18ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o1-1/+1
2014-05-18ext4: note the error in ext4_end_bio()Matthew Wilcox1-2/+3
2014-05-18ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio1-0/+5
2014-04-30ocfs2: do not put bh when buffer_uptodate failedalex chen1-2/+0
2014-04-30ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-04-30ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2014-04-30reiserfs: fix race in readdirJeff Mahoney1-2/+4
2014-04-30nfsd4: fix setclientid encode sizeJ. Bruce Fields1-1/+2
2014-04-30nfsd: notify_change needs elevated write countJ. Bruce Fields1-0/+9
2014-04-30nfsd: Add fh_{want,drop}_write()Ben Hutchings1-0/+10
2014-04-30nfsd4: session needs room for following op to error outJ. Bruce Fields1-0/+6
2014-04-30nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields1-0/+2
2014-04-30Btrfs: fix deadlock with nested trans handlesJosef Bacik1-10/+4
2014-04-30ext4: fix partial cluster handling for bigalloc file systemsEric Whitney1-0/+21
2014-04-30jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan1-1/+1
2014-04-30jffs2: Fix segmentation fault found in stress testKamlakant Patel1-2/+2
2014-04-30jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan1-4/+9
2014-04-30jffs2: remove from wait queue after schedule()Li Zefan1-0/+1
2014-04-30Btrfs: skip submitting barrier for missing deviceHidetoshi Seto1-0/+4
2014-04-09cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton1-3/+31