summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-0324-386/+271
|\
| * xfs: split metadata and log buffer completion to separate workqueuesBrian Foster2014-12-034-7/+18
| * xfs: fix set-but-unused warningsDave Chinner2014-12-039-60/+2
| * xfs: move type conversion functions to xfs_dir.hDave Chinner2014-12-035-134/+137
| * xfs: move ftype conversion functions to libxfsDave Chinner2014-12-035-24/+24
| * xfs: lobotomise xfs_trans_read_buf_map()Dave Chinner2014-12-031-102/+33
| * xfs: active inodes stat is brokenDave Chinner2014-12-032-1/+2
| * xfs: cleanup xfs_bmse_merge returnsDave Chinner2014-12-031-15/+8
| * xfs: cleanup xfs_bmse_shift_one goto messDave Chinner2014-12-031-26/+17
| * xfs: fix premature enospc on inode allocationDave Chinner2014-12-031-10/+24
| * xfs: overflow in xfs_iomap_eof_align_last_fsbPeter Watkins2014-12-031-7/+6
| * Merge branch 'xfs-coccinelle-cleanups' into xfs-misc-fixes-for-3.19-2Dave Chinner2014-12-035-24/+9
| |\
* | \ Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner2014-11-305-24/+9
|\ \ \ | | |/ | |/|
| * | xfs: fix simple_return.cocci warning in xfs_bmse_shift_onekbuild test robot2014-11-301-5/+1
| * | xfs: fix simple_return.cocci warning in xfs_file_readdirkbuild test robot2014-11-301-5/+1
| * | libxfs: fix simple_return.cocci warningskbuild test robot2014-11-301-5/+1
| * | xfs: remove unnecessary null checksMarkus Elfring2014-11-302-9/+6
* | | Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner2014-11-2886-1380/+1138
|\ \ \
| * | | xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig2014-11-2813-71/+35
| * | | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-2856-638/+579
| * | | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-2879-358/+267
| * | | xfs: move acl structures to xfs_format.hChristoph Hellwig2014-11-282-36/+36
| * | | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-2836-277/+221
| |/ /
* | | Merge branch 'xfs-misc-fixes-for-3.19-1' into for-nextDave Chinner2014-11-287-48/+52
|\ \ \ | | |/ | |/|
| * | xfs: catch invalid negative blknos in _xfs_buf_find()Eric Sandeen2014-11-281-1/+1
| * | xfs: allow lazy sb counter sync during filesystem freeze sequenceBrian Foster2014-11-283-10/+23
| * | xfs: fix error handling in xfs_qm_log_quotaoff()Brian Foster2014-11-281-16/+10
| * | xfs: replace on-stack xfs_trans_res with pointer in xfs_create()Brian Foster2014-11-281-9/+6
| * | xfs: replace global xfslogd wq with per-mount wqBrian Foster2014-11-283-12/+12
| |/
* | xfs: track bulkstat progress by aginoDave Chinner2014-11-061-37/+34
* | xfs: bulkstat error handling is brokenDave Chinner2014-11-061-10/+19
* | xfs: bulkstat main loop logic is a messDave Chinner2014-11-061-32/+24
* | xfs: bulkstat chunk-formatter has issuesDave Chinner2014-11-061-34/+24
* | xfs: bulkstat chunk formatting cursor is brokenDave Chinner2014-11-062-47/+28
* | xfs: bulkstat btree walk doesn't terminateDave Chinner2014-11-061-9/+10
* | xfs: rework zero range to prevent invalid i_size updatesBrian Foster2014-10-301-52/+20
* | xfs: Check error during inode btree iteration in xfs_bulkstat()Jan Kara2014-10-301-0/+4
* | xfs: bulkstat doesn't release AGI buffer on errorDave Chinner2014-10-281-6/+10
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-2619-57/+3522
|\
| * overlayfs: embed middle into overlay_readdir_dataAl Viro2014-10-251-7/+5
| * overlayfs: embed root into overlay_readdir_dataAl Viro2014-10-251-6/+5
| * overlayfs: make ovl_cache_entry->name an array instead of pointerAl Viro2014-10-251-6/+5
| * overlayfs: don't hold ->i_mutex over opening the real directoryAl Viro2014-10-251-6/+13
| * Merge branch 'overlayfs.v25' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2014-10-2418-57/+3517
| |\
| | * fs: limit filesystem stacking depthMiklos Szeredi2014-10-242-0/+16
| | * overlayfs: implement show_optionsErez Zadok2014-10-241-28/+48
| | * overlayfs: add statfs supportAndy Whitcroft2014-10-241-0/+40
| | * overlay filesystemMiklos Szeredi2014-10-2410-0/+3284
| | * ext4: support RENAME_WHITEOUTMiklos Szeredi2014-10-241-17/+78
| | * vfs: add RENAME_WHITEOUTMiklos Szeredi2014-10-241-2/+6