summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-02-09xfs: don't fail xfs_extent_busy allocationChristoph Hellwig
2017-02-09xfs: correct null checks and error processing in xfs_initialize_peragBill O'Donnell
2017-02-09xfs: update ctime and mtime on clone destinatation inodesChristoph Hellwig
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig
2017-02-06xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig
2017-02-06xfs: return the converted extent in __xfs_reflink_convert_cowChristoph Hellwig
2017-02-06xfs: introduce xfs_aligned_fsb_countChristoph Hellwig
2017-02-06xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig
2017-02-03xfs: reset b_first_retry_time when clear the retry status of xfs_buf_tHou Tao
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong
2017-02-02xfs: allow unwritten extents in the CoW forkDarrick J. Wong
2017-02-02xfs: verify free block header fieldsDarrick J. Wong
2017-02-02xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong
2017-02-02xfs: filter out obviously bad btree pointersDarrick J. Wong
2017-02-02xfs: fail _dir_open when readahead failsDarrick J. Wong
2017-02-02xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong
2017-01-30xfs: remove unused full argument from bmapEric Sandeen
2017-01-30xfs: fix eofblocks race with file extending async dio writesBrian Foster
2017-01-30xfs: sync eofblocks scans under iolock are livelock proneBrian Foster
2017-01-30xfs: pull up iolock from xfs_free_eofblocks()Brian Foster
2017-01-30xfs: remove unused struct declarationsEric Sandeen
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig
2017-01-30xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen
2017-01-30xfs: make xfs_btree_magic more genericEric Sandeen
2017-01-30xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen
2017-01-28Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-01-27Merge tag 'xfs-for-linus-4.10-rc6-5' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds
2017-01-27Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-01-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-01-27xfs: prevent quotacheck from overloading inode lruBrian Foster
2017-01-26Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval
2017-01-26Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval
2017-01-26Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval
2017-01-26pNFS: Fix a reference leak in _pnfs_return_layoutTrond Myklebust
2017-01-26nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever
2017-01-26xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong
2017-01-25xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong
2017-01-25xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig
2017-01-25xfs: remove racy hasattr check from attr opsBrian Foster
2017-01-25xfs: use per-AG reservations for the finobtChristoph Hellwig
2017-01-25xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig
2017-01-24romfs: use different way to generate fsid for BLOCK or MTDColy Li
2017-01-24proc: add a schedule point in proc_pid_readdir()Eric Dumazet
2017-01-24userfaultfd: fix SIGBUS resulting from false rwsem wakeupsAndrea Arcangeli
2017-01-24dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler
2017-01-24xfs: verify dirblocklog correctlyDarrick J. Wong
2017-01-24NFSv4.0: always send mode in SETATTR after EXCLUSIVE4Benjamin Coddington
2017-01-24block: fix use after free in __blkdev_direct_IOChristoph Hellwig
2017-01-23NFSv4.1: Fix a deadlock in layoutgetTrond Myklebust
2017-01-23xfs: fix COW writeback raceChristoph Hellwig