summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-11-21mm: filemap: move radix tree hole searching hereJohannes Weiner1-1/+1
2014-11-21GFS2: Fix address space from page functionSteven Whitehouse3-1/+9
2014-11-21NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust1-25/+17
2014-11-21NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust3-3/+23
2014-11-21nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara1-1/+1
2014-11-21NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust1-0/+2
2014-11-21NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust1-1/+23
2014-11-21block: Fix computation of merged request priorityJan Kara1-6/+8
2014-11-21nfs: fix pnfs direct write memory leakPeng Tao1-0/+1
2014-11-14Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupChris Mason1-1/+1
2014-11-14xfs: avoid false quotacheck after unclean shutdownEric Sandeen2-5/+20
2014-11-14quota: Properly return errors from dquot_writeback_dquots()Jan Kara1-1/+1
2014-11-14ext3: Don't check quota format when there are no quota filesJan Kara1-7/+0
2014-11-14nfsd4: fix crash on unknown operation numberJ. Bruce Fields1-1/+2
2014-11-14ext4: fix oops when loading block bitmap failedJan Kara1-0/+4
2014-11-14ext4: enable journal checksum when metadata checksum feature enabledDarrick J. Wong1-0/+4
2014-11-14ext4: fix overflow when updating superblock backups after resizeJan Kara1-1/+1
2014-11-14ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong2-2/+6
2014-11-14ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov12-70/+43
2014-11-14ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen1-1/+16
2014-11-14ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o4-3/+11
2014-11-14ext4: grab missed write_count for EXT4_IOC_SWAP_BOOTDmitry Monakhov1-1/+9
2014-11-14ext4: fix mmap data corruption when blocksize < pagesizeJan Kara1-1/+5
2014-11-14ext4: don't check quota format when there are no quota filesJan Kara1-7/+0
2014-11-14ext4: check EA value offset when loadingDarrick J. Wong1-8/+24
2014-11-14jbd2: free bh when descriptor block checksum failsDarrick J. Wong1-0/+1
2014-11-14pstore: Fix duplicate {console,ftrace}-efi entriesValdis Kletnieks1-2/+2
2014-11-14mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman1-0/+3
2014-11-14kill wbuf_queued/wbuf_dwork_lockAl Viro2-17/+2
2014-11-14missing data dependency barrier in prepend_name()Al Viro1-0/+5
2014-11-14vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara1-0/+3
2014-11-14UBIFS: fix free log space calculationArtem Bityutskiy1-2/+6
2014-11-14UBIFS: fix a race conditionArtem Bityutskiy2-8/+11
2014-11-14UBIFS: remove mst_mutexArtem Bityutskiy4-9/+3
2014-11-14fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Eric Rannaud1-1/+2
2014-11-14fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa1-0/+2
2014-11-14fs: make cont_expand_zero interruptibleMikulas Patocka1-0/+5
2014-11-14lockd: Try to reconnect if statd has movedBenjamin Coddington1-0/+6
2014-10-30xfs: ensure WB_SYNC_ALL writeback handles partial pages correctlyDave Chinner1-2/+14
2014-10-30ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu1-1/+1
2014-10-30fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud1-1/+1
2014-10-30NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2-3/+11
2014-10-30NFSv4: fix open/lock state recovery error handlingTrond Myklebust1-10/+6
2014-10-30NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust1-1/+0
2014-10-30Fixing lease renewalOlga Kornievskaia1-0/+1
2014-10-30Btrfs: send, fix data corruption due to incorrect hole detectionFilipe Manana1-1/+3
2014-10-30fs: Add a missing permission check to do_umountAndy Lutomirski1-0/+2
2014-10-30Btrfs: fix race in WAIT_SYNC ioctlSage Weil1-3/+9
2014-10-30Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik1-1/+4
2014-10-30Btrfs: cleanup error handling in build_backref_treeJosef Bacik1-29/+59