aboutsummaryrefslogtreecommitdiff
path: root/fs/bfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-05-28bfs: remove unnecessary dentry_unhash on dir renameGravatar Sage Weil 1-3/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-03-21bfs: fix bitmap size argument to find_first_zero_bit()Gravatar Akinobu Mita 1-1/+1
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2010-05-21bfs: replace inode uid,gid,mode initialization with helper functionGravatar Dmitry Monakhov 1-3/+1
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-06-11repair bfs_write_inode(), switch bfs to simple_fsync()Gravatar Al Viro 1-4/+4
2008-11-14CRED: Wrap task credential accesses in the BFS filesystemGravatar David Howells 1-2/+2
2008-10-23[PATCH] fix ->llseek for more directoriesGravatar Christoph Hellwig 1-0/+1
2008-09-13bfs: fix Lockdep warningGravatar Eric Sesterhenn 1-1/+1
2008-07-26bfs: kill BKLGravatar Dmitri Vorobiev 1-20/+26
2008-02-07iget: stop BFS from using iget() and read_inode()Gravatar David Howells 1-3/+3
2007-11-14Fixes to the BFS filesystem driverGravatar Dmitri Vorobiev 1-68/+78
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 1-1/+1
2006-12-08[PATCH] struct path: convert bfsGravatar Josef Sipek 1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperGravatar Dave Hansen 1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkGravatar Dave Hansen 1-6/+3
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2005-10-04[PATCH] bfs endianness annotationsGravatar Alexey Dobriyan 1-1/+1
2005-09-09[PATCH] bfs: fix endianness, signedness; add trivial bugfixGravatar Andrew Stribblehill 1-12/+13
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+362