summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] reduce size of bio mempoolsBenjamin LaHaise2006-03-231-4/+4
* [PATCH] more for_each_cpu() conversionsAndrew Morton2006-03-232-7/+3
* [PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise2006-03-232-13/+6
* [PATCH] fs/*/file.c: drop insane header dependenciesAlexey Dobriyan2006-03-233-18/+0
* [PATCH] devpts: use lib/parser.c for parsing mount optionsDomen Puncer2006-03-231-27/+49
* [PATCH] ufs: switch to inode_inc_count, inode_dec_countAlexey Dobriyan2006-03-231-30/+18
* [PATCH] ext2: switch to inode_inc_count, inode_dec_countAlexey Dobriyan2006-03-231-35/+19
* [PATCH] sysv: switch to inode_inc_count, inode_dec_countAlexey Dobriyan2006-03-231-30/+18
* [PATCH] minix: switch to inode_inc_link_count, inode_dec_link_countAlexey Dobriyan2006-03-231-30/+18
* [PATCH] fs/ufs/file.c: drop insane header dependenciesAlexey Dobriyan2006-03-231-10/+0
* [PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitiveArjan van de Ven2006-03-231-3/+3
* [PATCH] sem2mutex: UDFIngo Molnar2006-03-233-23/+23
* [PATCH] sem2mutex: NCPFSIngo Molnar2006-03-234-24/+24
* [PATCH] convert ext3's truncate_sem to a mutexArjan van de Ven2006-03-234-12/+12
* [PATCH] sem2mutex: HPFSIngo Molnar2006-03-234-39/+40
* [PATCH] sem2mutex: autofs4 wq_semIngo Molnar2006-03-233-10/+11
* [PATCH] sem2mutex: JFFSIngo Molnar2006-03-234-49/+50
* [PATCH] sem2mutex: fs/seq_file.cIngo Molnar2006-03-231-5/+5
* [PATCH] sem2mutex: fs/libfs.cIngo Molnar2006-03-231-6/+8
* [PATCH] sem2mutex: jbd, j_checkpoint_mutexArjan van de Ven2006-03-233-6/+6
* [PATCH] sem2mutex: ipruneIngo Molnar2006-03-232-11/+11
* [PATCH] sem2mutex: vfs_rename_mutexArjan van de Ven2006-03-239-41/+41
* [PATCH] sem2mutex: eventpollArjan van de Ven2006-03-231-11/+12
* [PATCH] sem2mutex: inotifyIngo Molnar2006-03-232-56/+56
* [PATCH] sem2mutex: quotaIngo Molnar2006-03-235-66/+67
* [PATCH] sem2mutex: blockdev #2Arjan van de Ven2006-03-233-19/+19
* [PATCH] convert fs/9p/ to mutexes, fix locking bugsIngo Molnar2006-03-231-5/+6
* [PATCH] Fix oops in invalidate_dquots()Jan Kara2006-03-231-13/+39
* [PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet2006-03-233-29/+22
* [PATCH] ext3_readdir: use generic readaheadAndrew Morton2006-03-232-29/+25
* [PATCH] proc: fix duplicate line in /proc/devicesNeil Horman2006-03-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-226-6/+6
|\
| * It's UTF-8Alexey Dobriyan2006-03-226-6/+6
* | [PATCH] page migration reorgChristoph Lameter2006-03-222-62/+1
* | [PATCH] convert hugetlbfs_counter to atomicChen, Kenneth W2006-03-221-16/+2
* | [PATCH] hugepage: Strict page reservation for hugepage inodesDavid Gibson2006-03-221-52/+22
* | [PATCH] mm: nommu use compound pagesNick Piggin2006-03-221-2/+1
* | [PATCH] slab: Remove SLAB_NO_REAP optionChristoph Lameter2006-03-221-1/+1
* | [PATCH] v9fs: assign dentry ops to negative dentriesLatchesar Ionkov2006-03-221-2/+1
|/
* [PATCH] sysfs: fix a kobject leak in sysfs_add_link on the error pathGreg Kroah-Hartman2006-03-201-0/+1
* [PATCH] sysfs: don't export dir symbolsGreg Kroah-Hartman2006-03-201-4/+0
* [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary dataMichael Ellerman2006-03-201-0/+46
* [PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni2006-03-204-5/+39
* [PATCH] sysfs: kzalloc conversionEric Sesterhenn2006-03-202-4/+2
* [PATCH] kobj_map semaphore to mutex conversionJes Sorensen2006-03-201-8/+9
* [PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentryGreg Kroah-Hartman2006-03-202-1/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2006-03-2024-204/+429
|\
| * Merge with /home/shaggy/git/linus-clean/Dave Kleikamp2006-03-14152-1845/+2653
| |\
| * | JFS: add uid, gid, and umask mount optionsDave Kleikamp2006-03-095-10/+93
| * | JFS: Take logsync lock before testing mp->lsnDave Kleikamp2006-03-082-9/+4
OpenPOWER on IntegriCloud