aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-06-06[PATCH] namei fixes (13/19)Al Viro1-7/+3
2005-06-06[PATCH] namei fixes (12/19)Al Viro1-2/+9
2005-06-06[PATCH] namei fixes (11/19)Al Viro1-4/+10
2005-06-06[PATCH] namei fixes (10/19)Al Viro1-11/+9
2005-06-06[PATCH] namei fixes (9/19)Al Viro1-2/+23
2005-06-06[PATCH] namei fixes (8/19)Al Viro1-4/+2
2005-06-06[PATCH] namei fixes (7/19)Al Viro1-9/+8
2005-06-06[PATCH] namei fixes (6/19)Al Viro1-5/+4
2005-06-06[PATCH] namei fixes (5/19)Al Viro1-0/+2
2005-06-06[PATCH] namei fixes (4/19)Al Viro1-1/+4
2005-06-06[PATCH] namei fixes (3/19)Al Viro1-19/+19
2005-06-06[PATCH] namei fixes (2/19)Al Viro1-6/+5
2005-06-06[PATCH] namei fixesAl Viro1-10/+10
2005-06-04[PATCH] mpage_end_io_write() I/O error handling fixQu Fuping1-1/+4
2005-06-02[PATCH] ext3: fix list scanning in __cleanup_transactionJan Kara1-1/+0
2005-06-02[PATCH] ext3: fix log_do_checkpoint() assertion failureJan Kara1-1/+3
2005-06-01Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds6-41/+49
2005-06-01[PATCH] ppc32/ppc64: cleanup /proc/device-treeBenjamin Herrenschmidt1-67/+38
2005-05-31[PATCH] UDF filesystem: array '__mon_yday' declared as not staticGoffredo Baroncelli1-1/+1
2005-05-28[PATCH] uml: remove 2_5compat.hJeff Dike1-1/+0
2005-05-27[XFS] remove an over-zealous WARN_ONChristoph Hellwig1-1/+0
2005-05-27Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitChristoph Hellwig8-14/+33
2005-05-21[PATCH] reiserfs: max_key fixVladimir Saveliev2-2/+3
2005-05-19Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French1-1/+9
2005-05-19[AF_UNIX]: Use lookup_create().Christoph Hellwig1-0/+1
2005-05-18[PATCH] Avoid console spam with ext3 aborted journal.Stephen Tweedie1-1/+9
2005-05-17[CIFS] fix casts of unicode strings to match function definitionSteve French2-29/+29
2005-05-17[CIFS] Fix oops in cifs_unlink. Caused in some cases when renaming over existing,Steve French2-10/+17
2005-05-17[CIFS] missing break needed to handle < when mount option "mapchars" specifiedSteve French2-2/+3
2005-05-17[PATCH] block_read_full_page() get_block() error handling fixAndrew Morton1-2/+6
2005-05-17[PATCH] fix impossible VmallocChunkHugh Dickins1-2/+12
2005-05-16[PATCH] fix Linux kernel ELF core dump privilege elevationGreg Kroah-Hartman1-2/+2
2005-05-06[PATCH] revert msdos partitioning fixAndrew Morton1-5/+0
2005-05-06[XFS] Fix directory inodes ioctl compat code, minor code consistency cleanupsNathan Scott4-17/+28
2005-05-06[XFS] Fix a bug in xfs_iomap for extent handling of write casesRussell Cattelan1-1/+3
2005-05-05[PATCH] fs/udf/udftime.c: fix off by one errorAdrian Bunk1-1/+1
2005-05-05[PATCH] comments on locking of task->commPaolo 'Blaisorblade' Giarrusso1-1/+3
2005-05-05[PATCH] reiserfs: use NULL instead of 0Randy.Dunlap1-1/+1
2005-05-05[PATCH] make some things staticAdrian Bunk16-32/+45
2005-05-05[PATCH] revert ext3-writepages-support-for-writeback-modeAndrew Morton2-57/+1
2005-05-05[PATCH] remove do_sync parameter from __invalidate_deviceChristoph Hellwig2-19/+4
2005-05-05[PATCH] remove BK documentationAdrian Bunk1-3/+3
2005-05-05[PATCH] __block_write_full_page() simplificationAndrew Morton1-9/+1
2005-05-05[PATCH] __block_write_full_page speedupAndrew Morton1-5/+1
2005-05-05[PATCH] __block_write_full_page race fixNick Piggin1-5/+13
2005-05-05[PATCH] fix race in __block_prepare_writeNick Piggin1-4/+6
2005-05-05[PATCH] uml: hostfs failed mount handlingJeff Dike1-3/+7
2005-05-05[PATCH] avoid -ENOMEM due reclaimable slab cachesAndrea Arcangeli2-2/+2
2005-05-05[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.Nathan Scott4-19/+19
2005-05-05[XFS] Use the right offset when ensuring a delayed allocate conversion has covered the offset originally requested. Can cause data corruption when multiple processes are performing writeout on different areas of the same file. Quite difficult to hit though.Nathan Scott4-46/+56