aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-5/+5
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2019-01-04bfs: extra sanity checking and static inode bitmapTigran Aivazian1-2/+2
2018-05-22bfs_add_entry: pass name/len as qstr pointerAl Viro1-11/+7
2018-05-22bfs_find_entry: pass name/len as qstr pointerAl Viro1-10/+8
2018-05-22bfs_lookup(): use d_splice_alias()Al Viro1-6/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-7/+7
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2015-04-17bfs: correct return valuesSanidhya Kashyap1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-4/+4
2014-08-08fs/bfs: use bfs prefix for dump_imapFabian Frederick1-3/+1
2013-06-29[readdir] convert bfsAl Viro1-21/+14
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-05-28bfs: remove unnecessary dentry_unhash on dir renameSage Weil1-3/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-03-21bfs: fix bitmap size argument to find_first_zero_bit()Akinobu Mita1-1/+1
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-21bfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-3/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-11repair bfs_write_inode(), switch bfs to simple_fsync()Al Viro1-4/+4
2008-11-14CRED: Wrap task credential accesses in the BFS filesystemDavid Howells1-2/+2
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-09-13bfs: fix Lockdep warningEric Sesterhenn1-1/+1
2008-07-26bfs: kill BKLDmitri Vorobiev1-20/+26
2008-02-07iget: stop BFS from using iget() and read_inode()David Howells1-3/+3
2007-11-14Fixes to the BFS filesystem driverDmitri Vorobiev1-68/+78
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert bfsJosef Sipek1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-6/+3
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2005-10-04[PATCH] bfs endianness annotationsAlexey Dobriyan1-1/+1
2005-09-09[PATCH] bfs: fix endianness, signedness; add trivial bugfixAndrew Stribblehill1-12/+13
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+362