summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | xfs: replace xfs_mod_incore_sb_batchedDave Chinner2015-02-233-134/+126
| | * | | | xfs: introduce xfs_mod_frextentsDave Chinner2015-02-234-21/+34
| | * | | | xfs: Remove icsb infrastructureDave Chinner2015-02-239-621/+72
| | * | | | xfs: use generic percpu counters for free block counterDave Chinner2015-02-238-131/+134
| | * | | | xfs: use generic percpu counters for free inode counterDave Chinner2015-02-236-48/+42
| | * | | | xfs: use generic percpu counters for inode counterDave Chinner2015-02-237-52/+54
| | |/ / /
| * | | | Merge branch 'xfs-misc-fixes-for-4.1' into for-nextDave Chinner2015-02-2418-254/+279
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | xfs: remove deprecated mount optionsEric Sandeen2015-02-241-20/+0
| | * | | xfs: xfs_alloc_fix_minleft can underflow near ENOSPCDave Chinner2015-02-241-1/+3
| | * | | xfs: remove old and redundant comment in xfs_mount_validate_sbWang Sheng-Hui2015-02-241-8/+0
| | * | | xfs: clarify async write failure ratelimit messageEric Sandeen2015-02-241-2/+2
| | * | | xfs: log unmount events on consoleEric Sandeen2015-02-241-0/+1
| | * | | xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen2015-02-237-52/+59
| | * | | xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen2015-02-236-116/+124
| | * | | xfs: inodes are new until the dentry cache is set upDave Chinner2015-02-237-55/+90
| | |/ /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-162-26/+25
|\ \ \ \ | | |_|/ | |/| |
| * | | mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-111-2/+2
| * | | switch generic_write_checks() to iocb and iterAl Viro2015-04-111-4/+4
| * | | xfs_file_aio_write_checks: switch to iocb/iov_iterAl Viro2015-04-111-15/+16
| * | | generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
| * | | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-1/+0
| * | | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-1/+1
| * | | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-5/+4
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-04-163-197/+100
|\ \ \ \ | |/ / / |/| | |
| * | | xfs: Add support for Q_SETINFOJan Kara2015-03-041-0/+37
| * | | xfs: Convert to using ->get_state callbackJan Kara2015-03-043-205/+71
| |/ /
* | | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* | | Merge branch 'iocb' into for-nextAl Viro2015-04-112-2/+0
|\ \ \ | |/ / |/| |
| * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-252-2/+0
* | | xfs: cancel failed transaction in xfs_fs_commit_blocks()Eric Sandeen2015-02-241-1/+3
* | | xfs: Ensure we have target_ip for RENAME_EXCHANGEEric Sandeen2015-02-241-0/+4
* | | xfs: ensure truncate forces zeroed blocks to diskDave Chinner2015-02-233-30/+29
* | | xfs: Fix quota type in quota structures when reusing quota fileJan Kara2015-02-231-0/+5
| |/ |/|
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-221-1/+1
|\ \
| * | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
| |/
* | Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-2110-8/+393
|\ \ | |/ |/|
| * xfs: recall pNFS layouts on conflicting accessChristoph Hellwig2015-02-165-7/+64
| * xfs: implement pNFS export operationsChristoph Hellwig2015-02-168-1/+329
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-123-16/+16
|\ \
| * | list_lru: add helpers to isolate itemsVladimir Davydov2015-02-122-4/+7
| * | fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov2015-02-121-4/+3
| * | list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov2015-02-122-8/+6
* | | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-1/+1
|\ \ \ | |/ / |/| |
| * | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-101-1/+0
|\ \ \
| * | | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0
* | | | Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-1038-880/+807
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'xfs-misc-fixes-for-3.20-4' into for-nextDave Chinner2015-02-104-4/+11
| |\ \ \
| | * | | xfs: only trace buffer items if they existDave Chinner2015-02-101-2/+3
| | * | | xfs: report proper f_files in statfs if we overshoot imaxpctEric Sandeen2015-02-061-0/+5
OpenPOWER on IntegriCloud