summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-01-01udf: Avoid infinite loop when processing indirect ICBsJan Kara1-14/+21
2014-12-14nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust1-2/+6
2014-12-14block: Fix computation of merged request priorityJan Kara1-6/+8
2014-12-14ext4: bail out from make_indexed_dir() on first errorJan Kara1-10/+17
2014-12-14ext4: fix oops when loading block bitmap failedJan Kara1-0/+4
2014-12-14ext4: fix overflow when updating superblock backups after resizeJan Kara1-1/+1
2014-12-14nfsd4: fix crash on unknown operation numberJ. Bruce Fields1-1/+2
2014-12-14ext3: Don't check quota format when there are no quota filesJan Kara1-7/+0
2014-12-14ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen1-1/+16
2014-12-14fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud1-1/+1
2014-12-14fs: make cont_expand_zero interruptibleMikulas Patocka1-0/+5
2014-12-14fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa1-0/+2
2014-12-14ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu1-1/+1
2014-12-14ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o4-3/+11
2014-12-14ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o2-5/+4
2014-12-14vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara1-0/+3
2014-12-14NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2-3/+11
2014-12-14NFSv4: fix open/lock state recovery error handlingTrond Myklebust1-10/+6
2014-12-14lockd: Try to reconnect if statd has movedBenjamin Coddington1-0/+6
2014-12-14ext4: don't check quota format when there are no quota filesJan Kara1-7/+0
2014-12-14ext4: check EA value offset when loadingDarrick J. Wong1-8/+24
2014-12-14UBIFS: fix free log space calculationArtem Bityutskiy1-2/+6
2014-12-14UBIFS: fix a race conditionArtem Bityutskiy2-8/+11
2014-12-14UBIFS: remove mst_mutexArtem Bityutskiy4-9/+3
2014-11-05nfsd: Fix ACL null pointer derefSergio Gelato1-0/+3
2014-11-05ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara2-0/+3
2014-11-05ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o1-0/+5
2014-11-05ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi1-8/+10
2014-11-05nilfs2: fix data loss with mmap()Andreas Rohner1-1/+6
2014-11-05Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov1-2/+4
2014-11-05NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-11-05be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro1-2/+13
2014-11-05vfs: Fold follow_mount_rcu() into follow_dotdot_rcu()Ben Hutchings1-14/+9
2014-11-05don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro1-16/+17
2014-11-05block: Fix dev_t minor allocation lifetimeKeith Busch1-1/+1
2014-11-05aio: add missing smp_rmb() in read_events_ringJeff Moyer1-0/+7
2014-09-14NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-09-14isofs: Fix unbounded recursion when processing relocated directoriesJan Kara3-22/+55
2014-09-14CIFS: Fix wrong directory attributes after renamePavel Shilovsky1-0/+6
2014-09-14Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana1-1/+1
2014-09-14reiserfs: Fix use after free in journal teardownJan Kara1-5/+16
2014-09-14mnt: Change the default remount atime from relatime to the existing valueEric W. Biederman1-0/+8
2014-09-14ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o1-1/+20
2014-09-14ext4: cleanup in ext4_discard_allocated_blocks()Zheng Liu1-6/+2
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