aboutsummaryrefslogtreecommitdiffstats
path: root/fs/libfs.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-05Make the new simple_read_from_buffer() take a const srcLinus Torvalds1-1/+1
2004-08-05[PATCH] simple_read_buffer() helper functionAlexander Viro1-0/+18
2004-03-11[PATCH] readdir() cleanupsAndrew Morton1-1/+0
2004-02-03[PATCH] libfs mtime/ctime updatesAndrew Morton1-0/+7
2004-01-19[PATCH] tmpfs readdir does not update dir atimeAndrew Morton1-0/+1
2003-12-07[PATCH] tmpfs oops fixJames McMechan1-1/+1
2003-10-21[PATCH] tmpfs 1/7 LTP ENAMETOOLONG fixAndrew Morton1-0/+2
2003-09-29o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/libfs.cArnaldo Carvalho de Melo1-0/+23
2003-09-22[PATCH] 32-bit dev_t: internal useAlexander Viro1-19/+0
2003-09-04[PATCH] large dev_t - second series (9/15)Alexander Viro1-0/+20
2003-07-10[PATCH] i_size atomic accessAndrew Morton1-1/+5
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust1-1/+1
2003-06-20[PATCH] Add system calls statfs64 and fstatfs64Andrew Morton1-1/+1
2003-06-03[PATCH] C99 patches for fs/Art Haas1-1/+1
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-2/+0
2003-05-12Add user pointer annotations to core filesystem routines.Linus Torvalds1-1/+1
2003-04-27[PATCH] pin_fs/release_fsAlexander Viro1-0/+36
2003-04-27[PATCH] simple_fill_super()Alexander Viro1-0/+58
2003-04-01[PATCH] remove kdevname() before someone starts using it againChristoph Hellwig1-11/+0
2002-12-31[PATCH] include <linux/vfs.h> only in files actually needing itChristoph Hellwig1-1/+1
2002-12-28[PATCH] Simplify ramfs_getattr() and move it to the generic libfs.cHirofumi Ogawa1-0/+9
2002-11-20[PATCH] break up fs/devices.cBrian Gerst1-0/+11
2002-11-17[PATCH] dcache usage cleanupsManeesh Soni1-2/+2
2002-10-28[PATCH] libfs a_ops correctnesAndrew Morton1-15/+17
2002-10-28[PATCH] move ramfs a_ops into libfsAndrew Morton1-0/+44
2002-10-15[PATCH] simple_rename() link count fixAndrew Morton1-7/+6
2002-10-07[PATCH] move library functions from ramfs into libfsAndrew Morton1-0/+70
2002-09-17[PATCH] designated initializer patches for fs_Art Haas1-9/+9
2002-07-02Make ramfs/driverfs maintain directory nlink counts.Linus Torvalds1-1/+7
2002-06-11[PATCH] (2/14) resyncAlexander Viro1-0/+47
2002-05-21[PATCH] clean up readdir() for in-memoryAlexander Viro1-44/+84
2002-04-30[PATCH] shift BKL out of vfs_readdirDave Hansen1-0/+5
2002-03-14[PATCH] fs/libfs.cAlexander Viro1-0/+112