summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning()Theodore Ts'o2009-01-065-20/+19Star
* jbd2: Add barrier not supported test to journal_wait_on_commit_recordTheodore Ts'o2009-01-061-2/+25
* ext4: Allow ext4 to run without a journalFrank Mayhar2009-01-0713-224/+452
* ext4: Widen type of ext4_sb_info.s_mb_maxs[]Yasunori Goto2008-12-172-1/+4
* ext4: When resizing set the EXT4_BG_INODE_ZEROED flag for new block groupsSolofo.Ramangalahy@bull.net2008-11-271-0/+1
* ext4: Use simple_strtol() instead of simple_strtoul() in ext4_ui_proc_openRoel Kluin2008-11-261-6/+3Star
* ext4: fix build warningWu Fengguang2008-11-251-7/+4Star
* ext4: avoid ext4_error when mounting a fs with a single bgAneesh Kumar K.V2009-01-061-4/+0Star
* ext4: Fix the delalloc writepages to allocate blocks at the right offset.Aneesh Kumar K.V2009-01-061-17/+39
* ext4: tone down ext4_da_writepages warningsTheodore Ts'o2008-11-051-1/+15
* ext4: remove do_blk_alloc()Theodore Ts'o2008-12-123-38/+17Star
* ext4: remove ext4_new_meta_block()Theodore Ts'o2008-12-074-22/+5Star
* ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directlyTheodore Ts'o2009-01-023-28/+13Star
* ext3/4: Fix loop index in do_split() so it is signedTheodore Ts'o2008-12-062-4/+4
* ext4: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o2008-10-285-10/+90
* ext3: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o2008-10-283-10/+86
* ext4: fix printk format warningAlexander Beregalov2008-10-292-3/+3
* Merge branch 'audit.b61' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-051-6/+1Star
|\
| * sanitize audit_fd_pair()Al Viro2009-01-041-6/+1Star
* | 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/+12319Star
| |\
| * | bitmap: fix seq_bitmap and seq_cpumask to take const pointerRusty Russell2008-12-291-1/+2
* | | get rid of special-casing the /sbin/loader on alphaAl Viro2009-01-031-39/+0Star
* | | sanitize ifdefs in binfmt_aoutAl Viro2009-01-031-9/+7Star
* | | remove the rudiment of a.out for sparcAl Viro2009-01-031-64/+1Star
* | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2009-01-0320-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/+11Star
| * | | 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/+49Star
| * | | UBIFS: do not lie about used blocksArtem Bityutskiy2008-12-311-10/+0Star
| * | | 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/+1Star
| * | | UBIFS: always commit in sync_fsArtem Bityutskiy2008-12-311-20/+18Star
| * | | 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/+30Star
| * | | UBIFS: fix available blocks countArtem Bityutskiy2008-12-233-9/+13
| * | | UBIFS: various comment improvements and fixesArtem Bityutskiy2008-12-232-22/+24
| * | | UBIFS: improve budgeting dumpArtem Bityutskiy2008-12-233-3/+16
| * | | UBIFS: fix tnc dumpingArtem Bityutskiy2008-12-231-1/+1