summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cramfs: mark as obsoleteMichael Opdenacker2013-11-131-1/+4
* mm: factor commit limit calculationJerome Marchand2013-11-131-4/+1
* writeback: do not sync data dirtied after sync startJan Kara2013-11-133-18/+32
* /proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags lineNaoya Horiguchi2013-11-131-0/+3
* mm, mempolicy: make mpol_to_str robust and always succeedDavid Rientjes2013-11-131-8/+6
* mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu2013-11-131-2/+1
* ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()Jan Kara2013-11-131-17/+2
* ocfs2: convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-11-131-4/+4
* ocfs2: fix possible double free in ocfs2_write_begin_nolockXue jiufei2013-11-131-2/+6
* ocfs2: add missing errno in ocfs2_ioctl_move_extents()Younger Liu2013-11-131-2/+6
* ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add()Younger Liu2013-11-131-3/+6
* ocfs2: rollback transaction in ocfs2_group_add()Younger Liu2013-11-131-0/+3
* ocfs2: break useless while loopJunxiao Bi2013-11-131-1/+3
* ocfs2: use find_last_bit()Akinobu Mita2013-11-131-16/+2
* ocfs2: delay migration when the lockres is in migration stateXue jiufei2013-11-131-0/+4
* ocfs2: skip locks in the blocked listXue jiufei2013-11-131-0/+7
* ocfs2: use bitmap_weight()Akinobu Mita2013-11-131-15/+7
* ocfs2: don't spam on -EDQUOTJoel Becker2013-11-131-1/+2
* ocfs2: add necessary check in case sb_getblk() failsRui Xiang2013-11-132-0/+11
* ocfs2: return ENOMEM when sb_getblk() failsRui Xiang2013-11-139-16/+18
* fs/ocfs2/file.c: fix wrong commentJunxiao Bi2013-11-131-1/+1
* fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues2013-11-137-29/+16
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-3/+0
|\
| * Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-0745-269/+353
| |\
| * | of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring2013-10-091-3/+0
* | | Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-121-1/+1
|\ \ \
| * | | fs/minix: Drop dependency on H8300Guenter Roeck2013-09-161-1/+1
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-122-0/+3
|\ \ \ \
| * \ \ \ Merge branch 'linus' into sched/coreIngo Molnar2013-11-0131-76/+168
| |\ \ \ \
| * | | | | sched/numa: Call task_numa_free() from do_execve()Rik van Riel2013-10-091-0/+1
| * | | | | sched/numa: Report a NUMA task group IDMel Gorman2013-10-091-0/+2
* | | | | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-1119-339/+448
|\ \ \ \ \ \
| * | | | | | GFS2: Use generic list_lru for quotaSteven Whitehouse2013-11-044-66/+85
| * | | | | | GFS2: Rename quota qd_lru_lock qd_lockSteven Whitehouse2013-11-041-35/+35
| * | | | | | GFS2: Use reflink for quota data cacheSteven Whitehouse2013-11-042-15/+29
| * | | | | | GFS2: Use lockref for glocksSteven Whitehouse2013-10-154-49/+45
| * | | | | | GFS2: Protect quota sync generationSteven Whitehouse2013-10-043-2/+6
| * | | | | | GFS2: Inline qd_trylock into gfs2_quota_unlockSteven Whitehouse2013-10-041-25/+20
| * | | | | | GFS2: Make two similar quota code fragments into a functionSteven Whitehouse2013-10-041-34/+26
| * | | | | | GFS2: Remove obsolete quota tunableSteven Whitehouse2013-10-044-5/+1
| * | | | | | GFS2: Move gfs2_icbit_munge into quota.cSteven Whitehouse2013-10-023-22/+20
| * | | | | | GFS2: Speed up starting point selection for block allocationSteven Whitehouse2013-10-021-10/+31
| * | | | | | GFS2: Add allocation parameters structureSteven Whitehouse2013-10-029-21/+51
| * | | | | | GFS2: Clean up reservation removalSteven Whitehouse2013-09-276-9/+10
| * | | | | | GFS2: fix dentry leaksMiklos Szeredi2013-09-231-10/+16
| * | | | | | GFS2: new function gfs2_rbm_incrBob Peterson2013-09-181-3/+27
| * | | | | | GFS2: Introduce rbm field biiBob Peterson2013-09-182-54/+65
| * | | | | | GFS2: Do not reset flags on active reservationsBob Peterson2013-09-171-1/+0
| * | | | | | GFS2: introduce bi_blocks for optimizationBob Peterson2013-09-172-1/+6
| * | | | | | GFS2: optimize rbm_from_block wrt bi_startBob Peterson2013-09-171-1/+1