Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix the treatment of jfs special inodes | Al Viro | 2009-01-05 | 1 | -3/+7 |
* | vfs: remove duplicate code in get_fs_type() | Li Zefan | 2009-01-05 | 1 | -10/+13 |
* | add a vfs_fsync helper | Christoph Hellwig | 2009-01-05 | 4 | -65/+45 |
* | sys_execve and sys_uselib do not call into fsnotify | Eric Paris | 2009-01-05 | 1 | -0/+5 |
* | zero i_uid/i_gid on inode allocation | Al Viro | 2009-01-05 | 18 | -43/+2 |
* | inode->i_op is never NULL | Al Viro | 2009-01-05 | 7 | -29/+22 |
* | ntfs: don't NULL i_op | Al Viro | 2009-01-05 | 1 | -3/+0 |
* | isofs check for NULL ->i_op in root directory is dead code | Al Viro | 2009-01-05 | 1 | -6/+0 |
* | affs: do not zero ->i_op | Al Viro | 2009-01-05 | 1 | -2/+1 |
* | vfs: lseek(fd, 0, SEEK_CUR) race condition | Alain Knaff | 2009-01-05 | 1 | -0/+13 |
* | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-03 | 1 | -1/+2 |
|\ | |||||
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-31 | 139 | -14278/+12319 |
| |\ | |||||
| * | | bitmap: fix seq_bitmap and seq_cpumask to take const pointer | Rusty Russell | 2008-12-30 | 1 | -1/+2 |
* | | | get rid of special-casing the /sbin/loader on alpha | Al Viro | 2009-01-03 | 1 | -39/+0 |
* | | | sanitize ifdefs in binfmt_aout | Al Viro | 2009-01-03 | 1 | -9/+7 |
* | | | remove the rudiment of a.out for sparc | Al Viro | 2009-01-03 | 1 | -64/+1 |
* | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2009-01-02 | 20 | -474/+924 |
|\ \ \ | |||||
| * | | | UBIFS: add more useful debugging prints | Artem Bityutskiy | 2008-12-31 | 1 | -0/+12 |
| * | | | UBIFS: print debugging messages properly | Artem Bityutskiy | 2008-12-31 | 1 | -10/+10 |
| * | | | UBIFS: fix numerous spelling mistakes | Artem Bityutskiy | 2008-12-31 | 3 | -12/+11 |
| * | | | UBIFS: allow mounting when short of space | Artem Bityutskiy | 2008-12-31 | 1 | -11/+29 |
| * | | | UBIFS: fix writing uncompressed files | Artem Bityutskiy | 2008-12-31 | 2 | -1/+3 |
| * | | | UBIFS: fix checkpatch.pl warnings | Artem Bityutskiy | 2008-12-31 | 6 | -25/+25 |
| * | | | UBIFS: fix sparse warnings | Artem Bityutskiy | 2008-12-31 | 1 | -2/+2 |
| * | | | UBIFS: simplify make_free_space | Artem Bityutskiy | 2008-12-31 | 1 | -102/+49 |
| * | | | UBIFS: do not lie about used blocks | Artem Bityutskiy | 2008-12-31 | 1 | -10/+0 |
| * | | | UBIFS: restore budg_uncommitted_idx | Artem Bityutskiy | 2008-12-31 | 1 | -3/+12 |
| * | | | UBIFS: always commit on unmount | Artem Bityutskiy | 2008-12-31 | 1 | -11/+15 |
| * | | | UBIFS: use ubi_sync | Artem Bityutskiy | 2008-12-31 | 1 | -6/+1 |
| * | | | UBIFS: always commit in sync_fs | Artem Bityutskiy | 2008-12-31 | 1 | -20/+18 |
| * | | | UBIFS: fix file-system synchronization | Artem Bityutskiy | 2008-12-31 | 1 | -0/+18 |
| * | | | UBIFS: fix constants initialization | Artem Bityutskiy | 2008-12-31 | 1 | -5/+20 |
| * | | | UBIFS: avoid unnecessary calculations | Artem Bityutskiy | 2008-12-23 | 1 | -1/+2 |
| * | | | UBIFS: re-calculate min_idx_size after the commit | Artem Bityutskiy | 2008-12-23 | 1 | -0/+2 |
| * | | | UBIFS: use nicer 64-bit math | Artem Bityutskiy | 2008-12-23 | 6 | -35/+30 |
| * | | | UBIFS: fix available blocks count | Artem Bityutskiy | 2008-12-23 | 3 | -9/+13 |
| * | | | UBIFS: various comment improvements and fixes | Artem Bityutskiy | 2008-12-23 | 2 | -22/+24 |
| * | | | UBIFS: improve budgeting dump | Artem Bityutskiy | 2008-12-23 | 3 | -3/+16 |
| * | | | UBIFS: fix tnc dumping | Artem Bityutskiy | 2008-12-23 | 1 | -1/+1 |
| * | | | UBIFS: use PAGE_CACHE_MASK correctly | Artem Bityutskiy | 2008-12-23 | 1 | -2/+2 |
| * | | | UBIFS: fix section mismatch | Alexey Dobriyan | 2008-12-04 | 2 | -2/+2 |
| * | | | UBIFS: introduce LPT dump function | Artem Bityutskiy | 2008-12-03 | 5 | -48/+186 |
| * | | | UBIFS: dump stack in LPT check functions | Artem Bityutskiy | 2008-12-03 | 1 | -1/+6 |
| * | | | UBIFS: run debugging checks only if they are enabled | Artem Bityutskiy | 2008-12-03 | 2 | -2/+10 |
| * | | | UBIFS: add debugfs support | Artem Bityutskiy | 2008-12-03 | 4 | -20/+193 |
| * | | | UBIFS: separate debugging fields out | Artem Bityutskiy | 2008-12-03 | 9 | -113/+156 |
| * | | | UBIFS: avoid unnecessary checks | Kukkonen Mika | 2008-12-03 | 1 | -14/+18 |
| * | | | UBIFS: introduce compression mount options | Artem Bityutskiy | 2008-12-03 | 4 | -16/+56 |
| * | | | UBIFS: use bit-fields to store compression type | Artem Bityutskiy | 2008-12-03 | 2 | -3/+11 |
| * | | | UBIFS: slight compression optimization | Artem Bityutskiy | 2008-12-03 | 2 | -3/+10 |