summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-02-07xfs: return the converted extent in __xfs_reflink_convert_cowChristoph Hellwig1-6/+5
2017-02-07xfs: introduce xfs_aligned_fsb_countChristoph Hellwig2-9/+22
2017-02-07xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig3-12/+11
2017-02-04xfs: reset b_first_retry_time when clear the retry status of xfs_buf_tHou Tao1-0/+1
2017-02-03xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong5-11/+123
2017-02-03xfs: allow unwritten extents in the CoW forkDarrick J. Wong1-30/+50
2017-02-03xfs: verify free block header fieldsDarrick J. Wong1-2/+49
2017-02-03xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong1-1/+5
2017-02-03xfs: filter out obviously bad btree pointersDarrick J. Wong3-6/+4
2017-02-03xfs: fail _dir_open when readahead failsDarrick J. Wong3-7/+5
2017-02-03xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong1-2/+1
2017-01-31xfs: remove unused full argument from bmapEric Sandeen3-7/+5
2017-01-31xfs: fix eofblocks race with file extending async dio writesBrian Foster1-0/+3
2017-01-31xfs: sync eofblocks scans under iolock are livelock proneBrian Foster3-44/+16
2017-01-31xfs: pull up iolock from xfs_free_eofblocks()Brian Foster4-59/+60
2017-01-31xfs: remove unused struct declarationsEric Sandeen4-4/+0
2017-01-31iomap: constify struct iomap_opsChristoph Hellwig9-22/+22
2017-01-31xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen5-56/+19
2017-01-31xfs: make xfs_btree_magic more genericEric Sandeen2-8/+28
2017-01-31xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen4-13/+13
2017-01-28Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-2/+5
2017-01-27Merge tag 'xfs-for-linus-4.10-rc6-5' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds13-63/+220
2017-01-27Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+17
2017-01-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2017-01-27xfs: prevent quotacheck from overloading inode lruBrian Foster1-1/+2
2017-01-27Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval1-2/+0
2017-01-27Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval1-0/+1
2017-01-27Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval1-4/+1
2017-01-26pNFS: Fix a reference leak in _pnfs_return_layoutTrond Myklebust1-1/+1
2017-01-26nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever1-0/+1
2017-01-26xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong1-10/+18
2017-01-26xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong1-0/+1
2017-01-25xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig1-2/+2
2017-01-25xfs: remove racy hasattr check from attr opsBrian Foster1-6/+0
2017-01-25xfs: use per-AG reservations for the finobtChristoph Hellwig5-20/+144
2017-01-25xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig1-9/+14
2017-01-25romfs: use different way to generate fsid for BLOCK or MTDColy Li1-1/+22
2017-01-25proc: add a schedule point in proc_pid_readdir()Eric Dumazet1-0/+2
2017-01-25userfaultfd: fix SIGBUS resulting from false rwsem wakeupsAndrea Arcangeli1-2/+35
2017-01-25dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler4-4/+1
2017-01-24xfs: verify dirblocklog correctlyDarrick J. Wong1-1/+1
2017-01-24NFSv4.0: always send mode in SETATTR after EXCLUSIVE4Benjamin Coddington1-1/+2
2017-01-24block: fix use after free in __blkdev_direct_IOChristoph Hellwig1-3/+3
2017-01-24NFSv4.1: Fix a deadlock in layoutgetTrond Myklebust1-0/+1
2017-01-23xfs: fix COW writeback raceChristoph Hellwig3-14/+38
2017-01-20Merge tag 'ceph-for-4.10-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds4-8/+16
2017-01-20Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+18
2017-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2-2/+3
2017-01-20Merge tag 'xfs-for-linux-4.10-rc5-1' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds6-33/+84
2017-01-19Btrfs: fix truncate down when no_holes feature is enabledLiu Bo1-1/+12