summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-04-12aio: simplify arguments of aio_setup_..._rw()Al Viro
2015-04-12aio: lift iov_iter_init() into aio_setup_..._rw()Al Viro
2015-04-12lift iov_iter into {compat_,}do_readv_writev()Al Viro
2015-04-12Merge branch 'iocb' into for-nextAl Viro
2015-04-12NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble
2015-04-12dcache: return -ESTALE not -EBUSY on distributed fs raceJ. Bruce Fields
2015-04-12NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.Anton Altaparmakov
2015-04-12drop bogus check in file_open_root()Al Viro
2015-04-12switch security_inode_getattr() to struct path *Al Viro
2015-04-12remove incorrect comment in lookup_one_len()Al Viro
2015-04-12namei.c: fold do_path_lookup() into both callersAl Viro
2015-04-12kill struct filename.separateAl Viro
2015-04-11Merge remote-tracking branch 'dh/afs' into for-davemAl Viro
2015-04-09ocfs2: _really_ sync the right rangeAl Viro
2015-04-09Merge branch 'iocb' into for-davemAl Viro
2015-04-08ocfs2_file_write_iter: keep return value and current position update in syncAl Viro
2015-04-08[regression] ocfs2: do *not* increment ->ki_pos twiceAl Viro
2015-04-08gfs2: fix quota refresh race in do_glock()Abhi Das
2015-04-07Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-04-06ioctx_alloc(): fix vma (and file) leak on failureAl Viro
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro
2015-04-03Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk
2015-04-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2015-04-03debugfs: allow bad parent pointers to be passed inGreg KH
2015-04-01kafs: Add more "unified AFS" error codesNathaniel Wesley Filardo
2015-04-01Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2015-04-01Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-04-01AFS: afs_send_empty_reply() doesn't require an iovec arrayDavid Howells
2015-04-01Fix warningSteve French
2015-04-01Fix another dereference before null check warningSteve French
2015-04-01CIFS: session servername can't be nullSteve French
2015-04-01Fix warning on impossible comparisonSteve French
2015-04-01Fix coverity warningSteve French
2015-04-01Fix dereference before null check warningSteve French
2015-04-01Don't ignore errors on encrypting password in SMBTconSteve French
2015-04-01Fix warning on uninitialized buftypeSteve French
2015-03-30nfsd: require an explicit option to enable pNFSChristoph Hellwig
2015-03-30gfs2: incorrect check for debugfs returnsChengyu Song
2015-03-27locks: fix file_lock deletion inside loopYan, Zheng
2015-03-26NFSD: Fix bad update of layout in nfsd4_return_file_layoutKinglong Mee
2015-03-26NFSD: Take care the return value from nfsd4_encode_stateidKinglong Mee
2015-03-26NFSD: Printk blocklayout length and offset as format 0x%llxKinglong Mee
2015-03-26nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields
2015-03-26nfsd: return correct openowner when there is a race to put one in the hashJeff Layton
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-25hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov
2015-03-25fs/affs/file.c: unlock/release page on errorTaesoo Kim
2015-03-25sysfs: Only accept read/write permissions for file attributesVivien Didelot
2015-03-25sysfs: Use only return value from is_visible for the file modeGuenter Roeck
2015-03-24switch path_init() to struct filenameAl Viro