summaryrefslogtreecommitdiff
path: root/fs/libfs.c
AgeCommit message (Expand)Author
2007-05-09fs/libfs.c: >80 columns line break fixRonni Nielsen
2007-05-08inode numbering: change libfs sb creation routines to avoid collisions with t...Jeff Layton
2007-03-05[PATCH] shmem and simple const super_operationsHugh Dickins
2007-02-20[PATCH] fs: fix libfs data leakNick Piggin
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen
2006-09-29[PATCH] libfs: remove page up-to-date check from simple_readpagePekka J Enberg
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o
2006-06-26[PATCH] core: use list_move()Akinobu Mita
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-03-23[PATCH] sem2mutex: fs/libfs.cIngo Molnar
2006-02-03[PATCH] debugfs: hard link count wrongVincent Hanquez
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2006-01-08[PATCH] shrink dentry structEric Dumazet
2005-06-25[PATCH] fix fsync(dir) return value for ram-based filesystemsHugh Dickins
2005-06-20[PATCH] libfs: add simple attribute filesArnd Bergmann
2005-01-20[PATCH] Lock initializer cleanup: FilesystemsThomas Gleixner
2005-01-10[PATCH] Export get_sb_pseudo()Roland Dreier
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen
2004-10-25[PATCH] Add d_alloc_name() to libfsJames Morris
2004-08-23[PATCH] libfs: move transaction file ops into libfsJames Morris
2004-08-23[PATCH] simple fs stop -ve dentriesHugh Dickins
2004-08-05Make the new simple_read_from_buffer() take a const srcLinus Torvalds
2004-08-05[PATCH] simple_read_buffer() helper functionAlexander Viro
2004-03-11[PATCH] readdir() cleanupsAndrew Morton
2004-02-03[PATCH] libfs mtime/ctime updatesAndrew Morton
2004-01-19[PATCH] tmpfs readdir does not update dir atimeAndrew Morton
2003-12-07[PATCH] tmpfs oops fixJames McMechan
2003-10-21[PATCH] tmpfs 1/7 LTP ENAMETOOLONG fixAndrew Morton
2003-09-29o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/libfs.cArnaldo Carvalho de Melo
2003-09-22[PATCH] 32-bit dev_t: internal useAlexander Viro
2003-09-04[PATCH] large dev_t - second series (9/15)Alexander Viro
2003-07-10[PATCH] i_size atomic accessAndrew Morton
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust
2003-06-20[PATCH] Add system calls statfs64 and fstatfs64Andrew Morton
2003-06-03[PATCH] C99 patches for fs/Art Haas
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer
2003-05-12Add user pointer annotations to core filesystem routines.Linus Torvalds
2003-04-27[PATCH] pin_fs/release_fsAlexander Viro
2003-04-27[PATCH] simple_fill_super()Alexander Viro
2003-04-01[PATCH] remove kdevname() before someone starts using it againChristoph Hellwig
2002-12-31[PATCH] include <linux/vfs.h> only in files actually needing itChristoph Hellwig