summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-09ocfs2: _really_ sync the right rangeAl 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-06ioctx_alloc(): fix vma (and file) leak on failureAl Viro
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro
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-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-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
2015-03-24switch path_mountpoint() to struct filenameAl Viro
2015-03-24switch path_lookupat() to struct filenameAl Viro
2015-03-24getname_flags(): clean up a bitAl Viro
2015-03-22Merge tag 'driver-core-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-03-21Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-03-21cifs: potential memory leaks when parsing mnt optsTaesoo Kim
2015-03-21cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp
2015-03-21cifs: smb2_clone_range() - exit on unhandled errorSachin Prabhu
2015-03-20NFSD: Put exports after nfsd4_layout_verify failKinglong Mee
2015-03-20NFSD: Error out when register_shrinker() failKinglong Mee