aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* isofs: Fix infinite looping over CE entriesJan Kara2015-02-201-0/+6
* genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2015-02-201-1/+1
* ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara2015-02-201-1/+0
* Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2015-02-202-10/+6
* eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow2015-02-201-1/+0
* writeback: fix a subtle race condition in I_DIRTY clearingTejun Heo2015-02-201-7/+22
* writeback: Move I_DIRTY_PAGES handlingJan Kara2015-02-201-2/+3
* eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2015-02-202-15/+13
* ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov2015-01-011-4/+3
* deal with deadlock in d_walk()Al Viro2015-01-011-39/+62
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-0118-73/+73
* udf: Avoid infinite loop when processing indirect ICBsJan Kara2015-01-011-14/+21
* nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust2014-12-141-2/+6
* block: Fix computation of merged request priorityJan Kara2014-12-141-6/+8
* ext4: bail out from make_indexed_dir() on first errorJan Kara2014-12-141-10/+17
* ext4: fix oops when loading block bitmap failedJan Kara2014-12-141-0/+4
* ext4: fix overflow when updating superblock backups after resizeJan Kara2014-12-141-1/+1
* nfsd4: fix crash on unknown operation numberJ. Bruce Fields2014-12-141-1/+2
* 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