aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* introduce SIZE_MAXXi Wang2014-08-061-1/+1
* ceph: fix overflow check in build_snap_context()Xi Wang2014-08-061-1/+1
* xfs: really fix the cursor leak in xfs_alloc_ag_vextent_nearDave Chinner2014-08-061-2/+2
* xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearDave Chinner2014-08-061-0/+1
* fuse: handle large user and group IDMiklos Szeredi2014-08-061-4/+16
* fuse: timeout comparison fixMiklos Szeredi2014-08-061-3/+3
* ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2014-08-062-3/+4
* ext4: clarify error count warning messagesTheodore Ts'o2014-08-061-3/+4
* nfsd: fix rare symlink decoding bugJ. Bruce Fields2014-08-062-10/+12
* Btrfs: fix double free in find_lock_delalloc_rangeChris Mason2014-07-111-0/+1
* nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields2014-07-111-1/+1
* nfsd4: use recall_lock for delegation hashingBenny Halevy2014-07-111-6/+14
* UBIFS: Remove incorrect assertion in shrink_tnc()hujianyang2014-07-111-1/+0
* nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig2014-07-111-2/+2
* ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi2014-07-111-1/+1
* ext4: fix zeroing of page during writebackJan Kara2014-07-111-12/+12
* reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney2014-07-111-1/+7
* reiserfs: drop vmtruncateMarco Stornelli2014-07-112-6/+12
* UBIFS: fix an mmap and fsync race conditionhujianyang2014-07-111-2/+1
* nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields2014-06-091-0/+4
* nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields2014-06-091-2/+9
* NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee2014-06-091-8/+9
* posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig2014-06-091-0/+6
* NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust2014-06-091-0/+1
* NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust2014-06-091-12/+12
* Btrfs: fix inode caching vs tree logMiao Xie2014-05-181-16/+2
* Btrfs: Don't allocate inode that is already in useStefan Behrens2014-05-181-1/+1
* nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton2014-05-181-1/+3
* locks: allow __break_lease to sleep even when break_time is 0Jeff Layton2014-05-181-4/+3
* ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o2014-05-181-1/+1
* ext4: note the error in ext4_end_bio()Matthew Wilcox2014-05-181-2/+3
* ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio2014-05-181-0/+5
* ocfs2: do not put bh when buffer_uptodate failedalex chen2014-04-301-2/+0
* ocfs2: dlm: fix recovery hungJunxiao Bi2014-04-301-2/+13
* ocfs2: dlm: fix lock migration crashJunxiao Bi2014-04-301-6/+8
* reiserfs: fix race in readdirJeff Mahoney2014-04-301-2/+4
* nfsd4: fix setclientid encode sizeJ. Bruce Fields2014-04-301-1/+2
* nfsd: notify_change needs elevated write countJ. Bruce Fields2014-04-301-0/+9
* nfsd: Add fh_{want,drop}_write()Ben Hutchings2014-04-301-0/+10
* nfsd4: session needs room for following op to error outJ. Bruce Fields2014-04-301-0/+6
* nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields2014-04-301-0/+2
* Btrfs: fix deadlock with nested trans handlesJosef Bacik2014-04-301-10/+4
* ext4: fix partial cluster handling for bigalloc file systemsEric Whitney2014-04-301-0/+21
* jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan2014-04-301-1/+1
* jffs2: Fix segmentation fault found in stress testKamlakant Patel2014-04-301-2/+2
* jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan2014-04-301-4/+9
* jffs2: remove from wait queue after schedule()Li Zefan2014-04-301-0/+1
* Btrfs: skip submitting barrier for missing deviceHidetoshi Seto2014-04-301-0/+4
* cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton2014-04-091-3/+31
* ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o2014-04-091-6/+9