| Commit message (Expand) | Author | Age | Files | Lines |
* | bfs: extra sanity checking and static inode bitmap | Tigran Aivazian | 2019-01-04 | 1 | -2/+2 |
* | bfs_add_entry: pass name/len as qstr pointer | Al Viro | 2018-05-22 | 1 | -11/+7 |
* | bfs_find_entry: pass name/len as qstr pointer | Al Viro | 2018-05-22 | 1 | -10/+8 |
* | bfs_lookup(): use d_splice_alias() | Al Viro | 2018-05-22 | 1 | -6/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-11 | 1 | -1/+5 |
|\ |
|
| * | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 1 | -1/+1 |
| * | fs: support RENAME_NOREPLACE for local filesystems | Miklos Szeredi | 2016-09-27 | 1 | -2/+6 |
* | | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 2016-09-28 | 1 | -7/+7 |
|/ |
|
* | more trivial ->iterate_shared conversions | Al Viro | 2016-05-09 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-27 | 1 | -4/+4 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -4/+4 |
* | | bfs: correct return values | Sanidhya Kashyap | 2015-04-17 | 1 | -2/+2 |
|/ |
|
* | fs/bfs: use bfs prefix for dump_imap | Fabian Frederick | 2014-08-09 | 1 | -3/+1 |
* | [readdir] convert bfs | Al Viro | 2013-06-29 | 1 | -21/+14 |
* | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -1/+1 |
* | don't pass nameidata to ->create() | Al Viro | 2012-07-14 | 1 | -1/+1 |
* | stop passing nameidata to ->lookup() | Al Viro | 2012-07-14 | 1 | -1/+1 |
* | switch ->create() to umode_t | Al Viro | 2012-01-04 | 1 | -1/+1 |
* | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 | 1 | -1/+1 |
* | bfs: remove unnecessary dentry_unhash on dir rename | Sage Weil | 2011-05-28 | 1 | -3/+0 |
* | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 2011-05-26 | 1 | -0/+3 |
* | bfs: fix bitmap size argument to find_first_zero_bit() | Akinobu Mita | 2011-03-21 | 1 | -1/+1 |
* | new helper: ihold() | Al Viro | 2010-10-26 | 1 | -1/+1 |
* | rename the generic fsync implementations | Christoph Hellwig | 2010-05-28 | 1 | -1/+1 |
* | bfs: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 2010-05-22 | 1 | -3/+1 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -1/+0 |
* | repair bfs_write_inode(), switch bfs to simple_fsync() | Al Viro | 2009-06-12 | 1 | -4/+4 |
* | CRED: Wrap task credential accesses in the BFS filesystem | David Howells | 2008-11-14 | 1 | -2/+2 |
* | [PATCH] fix ->llseek for more directories | Christoph Hellwig | 2008-10-23 | 1 | -0/+1 |
* | bfs: fix Lockdep warning | Eric Sesterhenn | 2008-09-13 | 1 | -1/+1 |
* | bfs: kill BKL | Dmitri Vorobiev | 2008-07-26 | 1 | -20/+26 |
* | iget: stop BFS from using iget() and read_inode() | David Howells | 2008-02-07 | 1 | -3/+3 |
* | Fixes to the BFS filesystem driver | Dmitri Vorobiev | 2007-11-15 | 1 | -68/+78 |
* | [PATCH] mark struct inode_operations const 1 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] struct path: convert bfs | Josef Sipek | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 2006-10-01 | 1 | -1/+1 |
* | [PATCH] r/o bind mounts: unlink: monitor i_nlink | Dave Hansen | 2006-10-01 | 1 | -6/+3 |
* | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 2006-09-27 | 1 | -1/+1 |
* | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2006-03-28 | 1 | -1/+1 |
* | [PATCH] bfs endianness annotations | Alexey Dobriyan | 2005-10-04 | 1 | -1/+1 |
* | [PATCH] bfs: fix endianness, signedness; add trivial bugfix | Andrew Stribblehill | 2005-09-09 | 1 | -12/+13 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+362 |