aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* ext3: Don't check quota format when there are no quota filesJan Kara2014-12-141-7/+0
* ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen2014-12-141-1/+16
* fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud2014-12-141-1/+1
* fs: make cont_expand_zero interruptibleMikulas Patocka2014-12-141-0/+5
* fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa2014-12-141-0/+2
* ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu2014-12-141-1/+1
* ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o2014-12-144-3/+11
* ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o2014-12-142-5/+4
* vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara2014-12-141-0/+3
* NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2014-12-142-3/+11
* NFSv4: fix open/lock state recovery error handlingTrond Myklebust2014-12-141-10/+6
* lockd: Try to reconnect if statd has movedBenjamin Coddington2014-12-141-0/+6
* ext4: don't check quota format when there are no quota filesJan Kara2014-12-141-7/+0
* ext4: check EA value offset when loadingDarrick J. Wong2014-12-141-8/+24
* UBIFS: fix free log space calculationArtem Bityutskiy2014-12-141-2/+6
* UBIFS: fix a race conditionArtem Bityutskiy2014-12-142-8/+11
* UBIFS: remove mst_mutexArtem Bityutskiy2014-12-144-9/+3
* nfsd: Fix ACL null pointer derefSergio Gelato2014-11-051-0/+3
* ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara2014-11-052-0/+3
* ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o2014-11-051-0/+5
* 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