summaryrefslogtreecommitdiff
path: root/fs/bfs/dir.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-27
* | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
|/
* more trivial ->iterate_shared conversionsAl Viro2016-05-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | bfs: correct return valuesSanidhya Kashyap2015-04-17
|/
* fs/bfs: use bfs prefix for dump_imapFabian Frederick2014-08-08
* [readdir] convert bfsAl Viro2013-06-29
* new helper: file_inode(file)Al Viro2013-02-22
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* switch ->create() to umode_tAl Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* bfs: remove unnecessary dentry_unhash on dir renameSage Weil2011-05-28
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
* bfs: fix bitmap size argument to find_first_zero_bit()Akinobu Mita2011-03-21
* new helper: ihold()Al Viro2010-10-25
* rename the generic fsync implementationsChristoph Hellwig2010-05-27
* bfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-21
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* repair bfs_write_inode(), switch bfs to simple_fsync()Al Viro2009-06-11
* CRED: Wrap task credential accesses in the BFS filesystemDavid Howells2008-11-14
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-23
* bfs: fix Lockdep warningEric Sesterhenn2008-09-13
* bfs: kill BKLDmitri Vorobiev2008-07-26
* iget: stop BFS from using iget() and read_inode()David Howells2008-02-07
* Fixes to the BFS filesystem driverDmitri Vorobiev2007-11-14
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-12
* [PATCH] struct path: convert bfsJosef Sipek2006-12-08
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-01
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-01
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-27
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-28
* [PATCH] bfs endianness annotationsAlexey Dobriyan2005-10-04
* [PATCH] bfs: fix endianness, signedness; add trivial bugfixAndrew Stribblehill2005-09-09
* Linux-2.6.12-rc2Linus Torvalds2005-04-16