aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* [PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise2006-03-23
* [PATCH] fs/*/file.c: drop insane header dependenciesAlexey Dobriyan2006-03-23
* [PATCH] devpts: use lib/parser.c for parsing mount optionsDomen Puncer2006-03-23
* [PATCH] ufs: switch to inode_inc_count, inode_dec_countAlexey Dobriyan2006-03-23
* [PATCH] ext2: switch to inode_inc_count, inode_dec_countAlexey Dobriyan2006-03-23
* [PATCH] sysv: switch to inode_inc_count, inode_dec_countAlexey Dobriyan2006-03-23
* [PATCH] minix: switch to inode_inc_link_count, inode_dec_link_countAlexey Dobriyan2006-03-23
* [PATCH] fs/ufs/file.c: drop insane header dependenciesAlexey Dobriyan2006-03-23
* [PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitiveArjan van de Ven2006-03-23
* [PATCH] sem2mutex: UDFIngo Molnar2006-03-23
* [PATCH] sem2mutex: NCPFSIngo Molnar2006-03-23
* [PATCH] convert ext3's truncate_sem to a mutexArjan van de Ven2006-03-23
* [PATCH] sem2mutex: HPFSIngo Molnar2006-03-23
* [PATCH] sem2mutex: autofs4 wq_semIngo Molnar2006-03-23
* [PATCH] sem2mutex: JFFSIngo Molnar2006-03-23
* [PATCH] sem2mutex: fs/seq_file.cIngo Molnar2006-03-23
* [PATCH] sem2mutex: fs/libfs.cIngo Molnar2006-03-23
* [PATCH] sem2mutex: jbd, j_checkpoint_mutexArjan van de Ven2006-03-23
* [PATCH] sem2mutex: ipruneIngo Molnar2006-03-23
* [PATCH] sem2mutex: vfs_rename_mutexArjan van de Ven2006-03-23
* [PATCH] sem2mutex: eventpollArjan van de Ven2006-03-23
* [PATCH] sem2mutex: inotifyIngo Molnar2006-03-23
* [PATCH] sem2mutex: quotaIngo Molnar2006-03-23
* [PATCH] sem2mutex: blockdev #2Arjan van de Ven2006-03-23
* [PATCH] convert fs/9p/ to mutexes, fix locking bugsIngo Molnar2006-03-23
* [PATCH] Fix oops in invalidate_dquots()Jan Kara2006-03-23
* [PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet2006-03-23
* [PATCH] ext3_readdir: use generic readaheadAndrew Morton2006-03-23
* [PATCH] proc: fix duplicate line in /proc/devicesNeil Horman2006-03-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-22
|\
| * It's UTF-8Alexey Dobriyan2006-03-21
* | [PATCH] page migration reorgChristoph Lameter2006-03-22
* | [PATCH] convert hugetlbfs_counter to atomicChen, Kenneth W2006-03-22
* | [PATCH] hugepage: Strict page reservation for hugepage inodesDavid Gibson2006-03-22
* | [PATCH] mm: nommu use compound pagesNick Piggin2006-03-22
* | [PATCH] slab: Remove SLAB_NO_REAP optionChristoph Lameter2006-03-22
* | [PATCH] v9fs: assign dentry ops to negative dentriesLatchesar Ionkov2006-03-22
|/
* [PATCH] sysfs: fix a kobject leak in sysfs_add_link on the error pathGreg Kroah-Hartman2006-03-20
* [PATCH] sysfs: don't export dir symbolsGreg Kroah-Hartman2006-03-20
* [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary dataMichael Ellerman2006-03-20
* [PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni2006-03-20
* [PATCH] sysfs: kzalloc conversionEric Sesterhenn2006-03-20
* [PATCH] kobj_map semaphore to mutex conversionJes Sorensen2006-03-20
* [PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentryGreg Kroah-Hartman2006-03-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2006-03-20
|\
| * Merge with /home/shaggy/git/linus-clean/Dave Kleikamp2006-03-14
| |\
| * | JFS: add uid, gid, and umask mount optionsDave Kleikamp2006-03-09
| * | JFS: Take logsync lock before testing mp->lsnDave Kleikamp2006-03-08
| * | JFS: kzalloc conversionEric Sesterhenn2006-02-23
| * | JFS: Add missing file from fa3241d24cf1182b0ffb6e4d412c3bc2a2ab7bf6Herbert Poetzl2006-02-22