summaryrefslogtreecommitdiffstats
path: root/fs/bfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
* | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-7/+7
|/
* more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-4/+4
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-4/+4
* | bfs: correct return valuesSanidhya Kashyap2015-04-171-2/+2
|/
* fs/bfs: use bfs prefix for dump_imapFabian Frederick2014-08-081-3/+1
* [readdir] convert bfsAl Viro2013-06-291-21/+14
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* 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-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+362
OpenPOWER on IntegriCloud