summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-11-05pstore: Fix duplicate {console,ftrace}-efi entriesValdis Kletnieks1-2/+2
2014-11-05be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro1-2/+13
2014-11-05ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong2-2/+6
2014-11-05ext4: move error report out of atomic context in ext4_init_block_bitmap()Dmitry Monakhov1-4/+8
2014-11-05ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov12-70/+43
2014-11-05ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen1-1/+16
2014-11-05ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o4-3/+11
2014-11-05ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o2-5/+4
2014-11-05ext4: grab missed write_count for EXT4_IOC_SWAP_BOOTDmitry Monakhov1-1/+9
2014-11-05ext4: fix mmap data corruption when blocksize < pagesizeJan Kara1-1/+5
2014-11-05vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara1-0/+3
2014-11-05ext4: don't check quota format when there are no quota filesJan Kara1-7/+0
2014-11-05jbd2: free bh when descriptor block checksum failsDarrick J. Wong1-0/+1
2014-11-05ext4: check EA value offset when loadingDarrick J. Wong1-8/+24
2014-11-03nfs: fix duplicate proc entriesFabian Frederick1-1/+1
2014-11-03NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman4-41/+69
2014-11-03fuse: honour max_read and max_write in direct_io modeMiklos Szeredi2-1/+2
2014-11-03switch iov_iter_get_pages() to passing maximal number of pagesAl Viro2-3/+3
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-30NFS: Fix a bogus warning in nfs_generic_pgioTrond Myklebust1-4/+3
2014-10-30NFS: Fix an uninitialised pointer Oops in the writeback error pathTrond Myklebust1-1/+2
2014-10-30nfsd4: reserve adequate space for LOCK opJ. Bruce Fields1-0/+8
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-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
2014-10-30Btrfs: try not to ENOSPC on log replayJosef Bacik1-1/+2
2014-10-30Btrfs: don't do async reclaim during log replayJosef Bacik1-1/+7
2014-10-30Btrfs: fix up bounds checking in lseekLiu Bo1-10/+15
2014-10-30Btrfs: add missing compression property remove in btrfs_ioctl_setflagsFilipe Manana1-0/+3
2014-10-30btrfs: Fix a deadlock in btrfs_dev_replace_finishing()Qu Wenruo1-1/+2
2014-10-30btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba1-0/+6
2014-10-09Fix problem recognizing symlinksSteve French2-1/+3
2014-10-09udf: Avoid infinite loop when processing indirect ICBsJan Kara1-14/+21
2014-10-06ext4: avoid trying to kfree an ERR_PTR pointerTheodore Ts'o2-0/+4
2014-10-06ext4: propagate errors up to ext4_find_entry()'s callersTheodore Ts'o2-3/+34
2014-10-06aio: block exit_aio() until all context requests are completedGu Zheng1-1/+7
2014-10-06Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov1-2/+4
2014-10-06GFS2: fix d_splice_alias() misusesAl Viro1-2/+3
2014-10-06don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro1-16/+17
2014-10-06fs/cachefiles: add missing \n to kerror conversionsFabian Frederick6-33/+33
2014-10-06ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi1-8/+10
2014-10-06nilfs2: fix data loss with mmap()Andreas Rohner1-1/+6
2014-10-06fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin1-1/+1