aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi2014-11-051-8/+10
* nilfs2: fix data loss with mmap()Andreas Rohner2014-11-051-1/+6
* Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov2014-11-051-2/+4
* NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust2014-11-051-15/+15
* be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro2014-11-051-2/+13
* vfs: Fold follow_mount_rcu() into follow_dotdot_rcu()Ben Hutchings2014-11-051-14/+9
* don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro2014-11-051-16/+17
* block: Fix dev_t minor allocation lifetimeKeith Busch2014-11-051-1/+1
* aio: add missing smp_rmb() in read_events_ringJeff Moyer2014-11-051-0/+7
* NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust2014-09-131-5/+12
* isofs: Fix unbounded recursion when processing relocated directoriesJan Kara2014-09-133-22/+55
* CIFS: Fix wrong directory attributes after renamePavel Shilovsky2014-09-131-0/+6
* Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana2014-09-131-1/+1
* reiserfs: Fix use after free in journal teardownJan Kara2014-09-131-5/+16
* mnt: Change the default remount atime from relatime to the existing valueEric W. Biederman2014-09-131-0/+8
* ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o2014-09-131-1/+20
* ext4: cleanup in ext4_discard_allocated_blocks()Zheng Liu2014-09-131-6/+2
* debugfs: Fix corrupted loop in debugfs_remove_recursiveSteven Rostedt2014-09-131-8/+26
* 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