summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [PATCH] namei fixes (12/19)Al Viro2005-06-061-2/+9
| * | | | [PATCH] namei fixes (11/19)Al Viro2005-06-061-4/+10
| * | | | [PATCH] namei fixes (10/19)Al Viro2005-06-061-11/+9
| * | | | [PATCH] namei fixes (9/19)Al Viro2005-06-061-2/+23
| * | | | [PATCH] namei fixes (8/19)Al Viro2005-06-061-4/+2
| * | | | [PATCH] namei fixes (7/19)Al Viro2005-06-061-9/+8
| * | | | [PATCH] namei fixes (6/19)Al Viro2005-06-061-5/+4
| * | | | [PATCH] namei fixes (5/19)Al Viro2005-06-061-0/+2
| * | | | [PATCH] namei fixes (4/19)Al Viro2005-06-061-1/+4
| * | | | [PATCH] namei fixes (3/19)Al Viro2005-06-061-19/+19
| * | | | [PATCH] namei fixes (2/19)Al Viro2005-06-061-6/+5
| * | | | [PATCH] namei fixesAl Viro2005-06-061-10/+10
* | | | | [CIFS] Fix cifs update of page cache. Write at correct offset when out of memorySteve French2005-06-092-1/+4
* | | | | Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Steve French2005-06-062-3/+7
|\ \ \ \ \ | |/ / / /
| * | | | [PATCH] mpage_end_io_write() I/O error handling fixQu Fuping2005-06-041-1/+4
| * | | | [PATCH] ext3: fix list scanning in __cleanup_transactionJan Kara2005-06-021-1/+0
| * | | | [PATCH] ext3: fix log_do_checkpoint() assertion failureJan Kara2005-06-021-1/+3
| | |_|/ | |/| |
| * | | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/...Linus Torvalds2005-06-016-41/+49
| |\ \ \
* | | | | [CIFS] Update cifs version number and fix whitespaceSteve French2005-06-022-18/+18
* | | | | Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Steve French2005-06-012-68/+39
|\ \ \ \ \ | |/ / / /
| * | | | [PATCH] ppc32/ppc64: cleanup /proc/device-treeBenjamin Herrenschmidt2005-06-011-67/+38
| * | | | [PATCH] UDF filesystem: array '__mon_yday' declared as not staticGoffredo Baroncelli2005-05-311-1/+1
* | | | | Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Steve French2005-05-3110-22/+35
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | [PATCH] uml: remove 2_5compat.hJeff Dike2005-05-281-1/+0
| * | | [XFS] remove an over-zealous WARN_ONChristoph Hellwig2005-05-271-1/+0
| * | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitChristoph Hellwig2005-05-278-14/+33
| |\ \ \
| | * | | [PATCH] reiserfs: max_key fixVladimir Saveliev2005-05-212-2/+3
| | * | | [AF_UNIX]: Use lookup_create().Christoph Hellwig2005-05-191-0/+1
| * | | | [XFS] Fix directory inodes ioctl compat code, minor code consistency cleanupsNathan Scott2005-05-064-17/+28
| * | | | [XFS] Fix a bug in xfs_iomap for extent handling of write casesRussell Cattelan2005-05-061-1/+3
* | | | | Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Steve French2005-05-191-1/+9
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [PATCH] Avoid console spam with ext3 aborted journal.Stephen Tweedie2005-05-181-1/+9
* | | | | [CIFS] fix casts of unicode strings to match function definitionSteve French2005-05-172-29/+29
* | | | | [CIFS] Fix oops in cifs_unlink. Caused in some cases when renaming over exis...Steve French2005-05-172-10/+17
* | | | | [CIFS] missing break needed to handle < when mount option "mapchars" specifiedSteve French2005-05-172-2/+3
|/ / / /
* | | | [PATCH] block_read_full_page() get_block() error handling fixAndrew Morton2005-05-171-2/+6
* | | | [PATCH] fix impossible VmallocChunkHugh Dickins2005-05-171-2/+12
* | | | [PATCH] fix Linux kernel ELF core dump privilege elevationGreg Kroah-Hartman2005-05-161-2/+2
* | | | [PATCH] revert msdos partitioning fixAndrew Morton2005-05-061-5/+0
|/ / /
* | | [PATCH] fs/udf/udftime.c: fix off by one errorAdrian Bunk2005-05-051-1/+1
* | | [PATCH] comments on locking of task->commPaolo 'Blaisorblade' Giarrusso2005-05-051-1/+3
* | | [PATCH] reiserfs: use NULL instead of 0Randy.Dunlap2005-05-051-1/+1
* | | [PATCH] make some things staticAdrian Bunk2005-05-0516-32/+45
* | | [PATCH] revert ext3-writepages-support-for-writeback-modeAndrew Morton2005-05-052-57/+1
* | | [PATCH] remove do_sync parameter from __invalidate_deviceChristoph Hellwig2005-05-052-19/+4
* | | [PATCH] remove BK documentationAdrian Bunk2005-05-051-3/+3
* | | [PATCH] __block_write_full_page() simplificationAndrew Morton2005-05-051-9/+1
* | | [PATCH] __block_write_full_page speedupAndrew Morton2005-05-051-5/+1
* | | [PATCH] __block_write_full_page race fixNick Piggin2005-05-051-5/+13
* | | [PATCH] fix race in __block_prepare_writeNick Piggin2005-05-051-4/+6
OpenPOWER on IntegriCloud