summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-03-06nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi3-7/+44
2015-02-20splice: Apply generic position and size checks to each writeBen Hutchings2-4/+12
2015-02-20vfs: Fix vfsmount_lock imbalance in path_init()Ben Hutchings1-0/+1
2015-02-20dcache: Fix locking bugs in backported "deal with deadlock in d_walk()"Ben Hutchings1-1/+3
2015-02-20fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann1-6/+11
2015-02-20udf: Check component length before reading itJan Kara1-2/+7
2015-02-20udf: Check path length when reading symlinkJan Kara5-20/+48
2015-02-20udf: Treat symlink component of type 2 as /Jan Kara1-4/+10
2015-02-20udf: Verify symlink size before loading itJan Kara1-4/+13
2015-02-20udf: Verify i_size when loading inodeJan Kara1-0/+18
2015-02-20isofs: Fix unchecked printing of ER recordsJan Kara1-0/+3
2015-02-20ocfs2: fix journal commit deadlockJunxiao Bi1-2/+14
2015-02-20ceph: introduce global empty snap contextYan, Zheng3-2/+36
2015-02-20isofs: Fix infinite looping over CE entriesJan Kara1-0/+6
2015-02-20genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner1-1/+1
2015-02-20ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara1-1/+0
2015-02-20Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2-10/+6
2015-02-20eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow1-1/+0
2015-02-20writeback: fix a subtle race condition in I_DIRTY clearingTejun Heo1-7/+22
2015-02-20writeback: Move I_DIRTY_PAGES handlingJan Kara1-2/+3
2015-02-20eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2-15/+13
2015-01-01ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov1-4/+3
2015-01-01deal with deadlock in d_walk()Al Viro1-39/+62
2015-01-01move d_rcu from overlapping d_child to overlapping d_aliasAl Viro18-73/+73
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