summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-1/+1
|\
| * treewide: fix typo in printk and KconfigMasanari Iida2014-11-201-1/+1
* | Merge tag 'upstream-3.19-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2014-12-122-1/+7
|\ \
| * | UBIFS: fix a couple bugs in UBIFS xattr length calculationSubodh Nijsure2014-11-071-1/+6
| * | UBIFS: fix budget leak in error pathArtem Bityutskiy2014-11-071-0/+1
* | | Merge tag 'xfs-for-linus-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-1289-1835/+1467Star
|\ \ \
| * \ \ Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-0324-386/+271Star
| |\ \ \
| | * | | 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/+2Star
| | * | | 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/+33Star
| | * | | xfs: active inodes stat is brokenDave Chinner2014-12-032-1/+2
| | * | | xfs: cleanup xfs_bmse_merge returnsDave Chinner2014-12-031-15/+8Star
| | * | | xfs: cleanup xfs_bmse_shift_one goto messDave Chinner2014-12-031-26/+17Star
| | * | | 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/+6Star
| | * | | Merge branch 'xfs-coccinelle-cleanups' into xfs-misc-fixes-for-3.19-2Dave Chinner2014-12-035-24/+9Star
| | |\ \ \
| * | \ \ \ Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner2014-11-305-24/+9Star
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | xfs: fix simple_return.cocci warning in xfs_bmse_shift_onekbuild test robot2014-11-301-5/+1Star
| | * | | | xfs: fix simple_return.cocci warning in xfs_file_readdirkbuild test robot2014-11-301-5/+1Star
| | * | | | libxfs: fix simple_return.cocci warningskbuild test robot2014-11-301-5/+1Star
| | * | | | xfs: remove unnecessary null checksMarkus Elfring2014-11-302-9/+6Star
| * | | | | Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner2014-11-2886-1380/+1138Star
| |\ \ \ \ \
| | * | | | | xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig2014-11-2813-71/+35Star
| | * | | | | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-2856-638/+579Star
| | * | | | | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-2879-358/+267Star
| | * | | | | 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/+221Star
| | |/ / / /
| * | | | | 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/+10Star
| | * | | | xfs: replace on-stack xfs_trans_res with pointer in xfs_create()Brian Foster2014-11-281-9/+6Star
| | * | | | xfs: replace global xfslogd wq with per-mount wqBrian Foster2014-11-283-12/+12
| | |/ / /
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-12-1215-520/+527
|\ \ \ \ \
| * | | | | ext4: ext4_da_convert_inline_data_to_extent drop locked page after errorDmitry Monakhov2014-12-061-1/+4
| * | | | | ext4: fix suboptimal seek_{data,hole} extents traversialDmitry Monakhov2014-12-032-116/+108Star
| * | | | | ext4: ext4_inline_data_fiemap should respect callers argumentDmitry Monakhov2014-12-023-8/+16
| * | | | | ext4: prevent fsreentrance deadlock for inline_dataDmitry Monakhov2014-12-021-5/+6
| * | | | | ext4: forbid journal_async_commit in data=ordered modeJan Kara2014-11-261-0/+6
| * | | | | jbd2: remove unnecessary NULL check before iput()Theodore Ts'o2014-11-261-2/+1Star
| * | | | | ext4: Remove an unnecessary check for NULL before iput()Markus Elfring2014-11-261-2/+1Star
| * | | | | ext4: remove unneeded code in ext4_unlinkNamjae Jeon2014-11-251-1/+0Star
| * | | | | ext4: don't count external journal blocks as overheadEric Sandeen2014-11-251-2/+2
| * | | | | ext4: remove never taken branch from ext4_ext_shift_path_extents()Jan Kara2014-11-251-2/+0Star
| * | | | | ext4: create nojournal_checksum mount optionDarrick J. Wong2014-11-251-1/+12
| * | | | | ext4: update comments regarding ext4_delete_inode()Wang Shilong2014-11-252-2/+2
| * | | | | ext4: cleanup GFP flags inside resize pathDmitry Monakhov2014-11-252-4/+4
| * | | | | ext4: introduce aging to extent status treeJan Kara2014-11-252-9/+48