summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* GFS2: Move four functions from super.cSteven Whitehouse2009-01-055-168/+167
* GFS2: Fix bug in gfs2_lock_fs_check_clean()Steven Whitehouse2009-01-054-75/+68
* GFS2: Send some sensible sysfs stuffSteven Whitehouse2009-01-052-2/+30
* GFS2: Kill two daemons with one patchSteven Whitehouse2009-01-0513-341/+130
* GFS2: Move gfs2_recoverd into recovery.cSteven Whitehouse2009-01-056-43/+45
* GFS2: Fix "truncate in progress" hangSteven Whitehouse2009-01-057-7/+75
* GFS2: Clean up & move gfs2_quotadSteven Whitehouse2009-01-059-69/+84
* GFS2: Add more detail to debugfs glock dumpsSteven Whitehouse2009-01-051-3/+8
* GFS2: Banish struct gfs2_rgrpd_hostSteven Whitehouse2009-01-053-21/+13
* GFS2: Move rg_free from gfs2_rgrpd_host to gfs2_rgrpdSteven Whitehouse2009-01-053-16/+16
* GFS2: Move rg_igeneration into struct gfs2_rgrpdSteven Whitehouse2009-01-052-4/+4
* GFS2: Banish struct gfs2_dinode_hostSteven Whitehouse2009-01-0512-48/+38
* GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksizeSteven Whitehouse2009-01-0511-55/+56
* GFS2: Move di_eattr into "proper" inodeSteven Whitehouse2009-01-055-20/+20
* GFS2: Move "entries" into "proper" inodeSteven Whitehouse2009-01-054-24/+23
* GFS2: Move generation number into "proper" part of inodeSteven Whitehouse2009-01-052-3/+3
* GFS2: sparse annotation of gl->gl_spinHarvey Harrison2009-01-051-0/+8
* GFS2: Fix up jdata writepage/delete_inodeSteven Whitehouse2009-01-052-12/+11
* GFS2: Rationalise header filesSteven Whitehouse2009-01-0514-90/+23
* GFS2: Support for FIEMAP ioctlSteven Whitehouse2009-01-052-10/+80
* Merge branch 'audit.b61' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-041-6/+1
|\
| * sanitize audit_fd_pair()Al Viro2009-01-041-6/+1
* | fs: symlink write_begin allocation context fixNick Piggin2009-01-0419-30/+34
* | fs: introduce bgl_lock_ptr()Pekka Enberg2009-01-041-0/+6
|/
* Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-1/+2
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-31139-14278/+12319
| |\
| * | bitmap: fix seq_bitmap and seq_cpumask to take const pointerRusty Russell2008-12-301-1/+2
* | | get rid of special-casing the /sbin/loader on alphaAl Viro2009-01-031-39/+0
* | | sanitize ifdefs in binfmt_aoutAl Viro2009-01-031-9/+7
* | | remove the rudiment of a.out for sparcAl Viro2009-01-031-64/+1
* | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2009-01-0220-474/+924
|\ \ \
| * | | UBIFS: add more useful debugging printsArtem Bityutskiy2008-12-311-0/+12
| * | | UBIFS: print debugging messages properlyArtem Bityutskiy2008-12-311-10/+10
| * | | UBIFS: fix numerous spelling mistakesArtem Bityutskiy2008-12-313-12/+11
| * | | UBIFS: allow mounting when short of spaceArtem Bityutskiy2008-12-311-11/+29
| * | | UBIFS: fix writing uncompressed filesArtem Bityutskiy2008-12-312-1/+3
| * | | UBIFS: fix checkpatch.pl warningsArtem Bityutskiy2008-12-316-25/+25
| * | | UBIFS: fix sparse warningsArtem Bityutskiy2008-12-311-2/+2
| * | | UBIFS: simplify make_free_spaceArtem Bityutskiy2008-12-311-102/+49
| * | | UBIFS: do not lie about used blocksArtem Bityutskiy2008-12-311-10/+0
| * | | UBIFS: restore budg_uncommitted_idxArtem Bityutskiy2008-12-311-3/+12
| * | | UBIFS: always commit on unmountArtem Bityutskiy2008-12-311-11/+15
| * | | UBIFS: use ubi_syncArtem Bityutskiy2008-12-311-6/+1
| * | | UBIFS: always commit in sync_fsArtem Bityutskiy2008-12-311-20/+18
| * | | UBIFS: fix file-system synchronizationArtem Bityutskiy2008-12-311-0/+18
| * | | UBIFS: fix constants initializationArtem Bityutskiy2008-12-311-5/+20
| * | | UBIFS: avoid unnecessary calculationsArtem Bityutskiy2008-12-231-1/+2
| * | | UBIFS: re-calculate min_idx_size after the commitArtem Bityutskiy2008-12-231-0/+2
| * | | UBIFS: use nicer 64-bit mathArtem Bityutskiy2008-12-236-35/+30
| * | | UBIFS: fix available blocks countArtem Bityutskiy2008-12-233-9/+13