summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-11-13Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupChris Mason
2014-11-13xfs: avoid false quotacheck after unclean shutdownEric Sandeen
2014-11-13quota: Properly return errors from dquot_writeback_dquots()Jan Kara
2014-11-13ext3: Don't check quota format when there are no quota filesJan Kara
2014-11-13nfsd4: fix crash on unknown operation numberJ. Bruce Fields
2014-11-13ext4: fix oops when loading block bitmap failedJan Kara
2014-11-13ext4: enable journal checksum when metadata checksum feature enabledDarrick J. Wong
2014-11-13ext4: fix overflow when updating superblock backups after resizeJan Kara
2014-11-13ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong
2014-11-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov
2014-11-13ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen
2014-11-13ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o
2014-11-13ext4: grab missed write_count for EXT4_IOC_SWAP_BOOTDmitry Monakhov
2014-11-13ext4: fix mmap data corruption when blocksize < pagesizeJan Kara
2014-11-13ext4: don't check quota format when there are no quota filesJan Kara
2014-11-13ext4: check EA value offset when loadingDarrick J. Wong
2014-11-13jbd2: free bh when descriptor block checksum failsDarrick J. Wong
2014-11-13pstore: Fix duplicate {console,ftrace}-efi entriesValdis Kletnieks
2014-11-13mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman
2014-11-13kill wbuf_queued/wbuf_dwork_lockAl Viro
2014-11-13missing data dependency barrier in prepend_name()Al Viro
2014-11-13vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara
2014-11-13UBIFS: fix free log space calculationArtem Bityutskiy
2014-11-13UBIFS: fix a race conditionArtem Bityutskiy
2014-11-13UBIFS: remove mst_mutexArtem Bityutskiy
2014-11-13fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Eric Rannaud
2014-11-13fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa
2014-11-13fs: make cont_expand_zero interruptibleMikulas Patocka
2014-11-13lockd: Try to reconnect if statd has movedBenjamin Coddington
2014-11-13nfsd: fix NFS regressionSergio Gelato
2014-10-31ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara
2014-10-31xfs: ensure WB_SYNC_ALL writeback handles partial pages correctlyDave Chinner
2014-10-31ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu
2014-10-31fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud
2014-10-31NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson
2014-10-31NFSv4: fix open/lock state recovery error handlingTrond Myklebust
2014-10-31NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust
2014-10-31Btrfs: fix race in WAIT_SYNC ioctlSage Weil
2014-10-31Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik
2014-10-31Btrfs: cleanup error handling in build_backref_treeJosef Bacik
2014-10-31Btrfs: try not to ENOSPC on log replayJosef Bacik
2014-10-31btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba
2014-10-30lock_parent: don't step on stale ->d_parent of all-but-freed oneAl Viro
2014-10-30dcache: add missing lockdep annotationLinus Torvalds
2014-10-30dentry_kill() doesn't need the second argument nowAl Viro
2014-10-30dealing with the rest of shrink_dentry_list() livelockAl Viro
2014-10-30shrink_dentry_list(): take parent's ->d_lock earlierAl Viro
2014-10-30expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro
2014-10-30split dentry_kill()Al Viro
2014-10-30lift the "already marked killed" case into shrink_dentry_list()Al Viro