summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-01bfs: add sanity check at bfs_fill_super()Tetsuo Handa1-3/+6
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani47-105/+105
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi22-42/+123
2016-05-09more trivial ->iterate_shared conversionsAl Viro16-17/+16
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds343-1867/+1877
2015-04-17bfs: correct return valuesSanidhya Kashyap1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells278-1420/+1419
2015-04-12make new_sync_{read,write}() staticAl Viro59-153/+11
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig63-86/+55
2014-08-08fs/bfs: use bfs prefix for dump_imapFabian Frederick3-8/+5
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro29-79/+94
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro35-75/+75
2014-04-07fs/bfs/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner50-65/+147
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov28-44/+31
2013-08-24bfs: iget_locked() doesn't return an ERR_PTRDan Carpenter1-1/+1
2013-06-29[readdir] convert bfsAl Viro1-21/+14
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman69-12/+77
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds383-1423/+1276
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2013-01-21fs/bfs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-20bfs: drop vmtruncateMarco Stornelli1-5/+10
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds142-2877/+2915
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov47-6/+240
2012-09-21userns: Convert bfs to use kuid/kgid where appropriateEric W. Biederman2-5/+4
2012-07-14don't pass nameidata to ->create()Al Viro51-64/+62
2012-07-14stop passing nameidata to ->lookup()Al Viro79-114/+115
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara52-70/+68
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro64-264/+105
2012-01-04switch ->create() to umode_tAl Viro54-72/+72
2012-01-04vfs: fix the stupidity with i_dentry in inode destructorsAl Viro53-55/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi81-148/+163
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 Weil36-12/+110
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds172-2112/+1520
2011-03-21bfs: fix bitmap size argument to find_first_zero_bit()Akinobu Mita1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe119-1269/+151
2011-01-07fs: icache RCU free inodesNick Piggin60-68/+490
2010-10-29new helper: mount_bdev()Al Viro31-161/+150
2010-10-26new helper: ihold()Al Viro40-49/+57
2010-10-04BKL: Remove BKL from BFSJan Blunck1-12/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck28-25/+187
2010-08-09BFS: clean up the superblock usageArtem Bityutskiy3-43/+7
2010-08-09switch bfs to ->evict_inode(), clean upAl Viro1-38/+32
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig13-91/+103
2010-05-28rename the generic fsync implementationsChristoph Hellwig23-32/+44
2010-05-21bfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-3/+1
[next]