summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Linus Torvalds2015-06-2711-145/+435
|\
| * GFS2: Don't brelse rgrp buffer_heads every allocationBob Peterson2015-06-193-7/+31
| * GFS2: Don't add all glocks to the lruBob Peterson2015-06-183-3/+7
| * gfs2: Don't support fallocate on jdata filesAbhi Das2015-06-091-1/+1
| * gfs2: s64 cast for negative quota valueAbhi Das2015-06-081-1/+1
| * gfs2: limit quota log messagesAbhi Das2015-06-022-4/+12
| * gfs2: fix quota updates on block boundariesAbhi Das2015-06-022-80/+119
| * gfs2: fix shadow warning in gfs2_rbm_find()Fabian Frederick2015-05-181-3/+1
| * gfs2: kerneldoc warning fixesFabian Frederick2015-05-051-4/+8
| * gfs2: convert simple_str to kstrFabian Frederick2015-05-051-18/+48
| * GFS2: make sure S_NOSEC flag isn't overwrittenBenjamin Marzinski2015-05-051-1/+1
| * GFS2: add support for rename2 and RENAME_EXCHANGEBenjamin Marzinski2015-05-051-16/+189
| * gfs2: handle NULL rgd in set_rgrp_preferencesAbhi Das2015-05-051-2/+2
| * GFS2: inode.c: indent with TABs, not spacesAntonio Ospite2015-05-011-2/+2
| * GFS2: mark the journal idle to fix ro mountsBenjamin Marzinski2015-05-011-0/+1
| * GFS2: Average in only non-zero round-trip times for congestion statsBob Peterson2015-04-241-3/+7
| * GFS2: Use average srttb value in congestion calculationsBob Peterson2015-04-241-4/+9
* | Revert "jbd2: speedup jbd2_journal_dirty_metadata()"Linus Torvalds2015-06-271-27/+6
* | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-261-1/+0
|\ \
| * | kernfs: make kernfs_get_inode() publicTejun Heo2015-06-181-1/+0
* | | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-263-5/+4
|\ \ \
| * \ \ Merge 4.1-rc7 into driver-core-nextGreg Kroah-Hartman2015-06-0834-179/+407
| |\ \ \
| * | | | fs: sysfs: don't pass count == 0 to bin file readersVladimir Zapolskiy2015-06-011-1/+1
| * | | | sysfs: disambiguate between "error code" and "failure" in commentsAntonio Ospite2015-05-241-3/+3
| * | | | kernfs: remove outdated and confusing commentWolfram Sang2015-05-241-1/+0
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-2611-39/+227
|\ \ \ \ \
| * | | | | coredump: add __printf attribute to cn_*printf functionsNicolas Iooss2015-06-251-4/+7
| * | | | | coredump: use from_kuid/kgid when formatting corenameNicolas Iooss2015-06-251-2/+6
| * | | | | fs/reiserfs: remove unneeded castFiro Yang2015-06-251-2/+1
| * | | | | NILFS2: support NFSv2 exportNeilBrown2015-06-251-3/+2
| * | | | | fs/befs/btree.c: remove unneeded initializationsFabian Frederick2015-06-251-3/+3
| * | | | | fs/minix: remove unneeded castFiro Yang2015-06-251-1/+1
| * | | | | fs/efs: femove unneeded castFiro Yang2015-06-251-1/+1
| * | | | | fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes2015-06-251-3/+1
| * | | | | fs/jbd2/journal.c: use strreplace()Rasmus Villemoes2015-06-251-8/+2
| * | | | | fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras2015-06-253-3/+7
| * | | | | proc: fix PAGE_SIZE limit of /proc/$PID/cmdlineAlexey Dobriyan2015-06-251-9/+196
* | | | | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-2527-274/+1079
|\ \ \ \ \ \
| * | | | | | vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo2015-06-171-1/+2
| * | | | | | writeback: do foreign inode detection iff cgroup writeback is enabledTejun Heo2015-06-171-3/+13
| * | | | | | v9fs: fix error handling in v9fs_session_init()Tejun Heo2015-06-082-34/+24
| * | | | | | buffer: remove unusued 'ret' variableJens Axboe2015-06-021-1/+0
| * | | | | | writeback: disassociate inodes from dying bdi_writebacksTejun Heo2015-06-021-0/+7
| * | | | | | writeback: implement foreign cgroup inode bdi_writeback switchingTejun Heo2015-06-021-2/+84
| * | | | | | writeback: add lockdep annotation to inode_to_wb()Tejun Heo2015-06-021-2/+3
| * | | | | | writeback: use unlocked_inode_to_wb transaction in inode_congested()Tejun Heo2015-06-021-4/+12
| * | | | | | writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo2015-06-021-6/+111
| * | | | | | writeback: implement [locked_]inode_to_wb_and_lock_list()Tejun Heo2015-06-021-5/+75
| * | | | | | writeback: implement foreign cgroup inode detectionTejun Heo2015-06-023-3/+179
| * | | | | | writeback: make writeback_control track the inode being written backTejun Heo2015-06-023-16/+48