aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* bfs: remove unnecessary dentry_unhash on dir renameSage Weil2011-05-281-3/+0
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* bfs: fix bitmap size argument to find_first_zero_bit()Akinobu Mita2011-03-211-1/+1
* new helper: ihold()Al Viro2010-10-251-1/+1
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-1/+1
* bfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-3/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* repair bfs_write_inode(), switch bfs to simple_fsync()Al Viro2009-06-111-4/+4
* CRED: Wrap task credential accesses in the BFS filesystemDavid Howells2008-11-141-2/+2
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* bfs: fix Lockdep warningEric Sesterhenn2008-09-131-1/+1
* bfs: kill BKLDmitri Vorobiev2008-07-261-20/+26
* iget: stop BFS from using iget() and read_inode()David Howells2008-02-071-3/+3
* Fixes to the BFS filesystem driverDmitri Vorobiev2007-11-141-68/+78
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] struct path: convert bfsJosef Sipek2006-12-081-1/+1
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-1/+1
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-6/+3
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] bfs endianness annotationsAlexey Dobriyan2005-10-041-1/+1
* [PATCH] bfs: fix endianness, signedness; add trivial bugfixAndrew Stribblehill2005-09-091-12/+13
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+362