aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-37/+22
2016-02-27do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro1-5/+4
2016-02-27should_follow_link(): validate ->d_seq after having decided to followAl Viro1-0/+5
2016-02-27namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro1-2/+2
2016-02-27do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2016-02-27fs: return -EOPNOTSUPP if clone is not supportedChristoph Hellwig1-2/+4
2016-02-27hpfs: don't truncate the file when delete failsMikulas Patocka1-28/+3
2016-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-19/+61
2016-02-27Merge tag 'tags/ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-35/+3
2016-02-27ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler2-35/+3
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler5-6/+35
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler5-9/+12
2016-02-27ext4: online defrag not supported with DAXRoss Zwisler1-0/+5
2016-02-27ext2, ext4: only set S_DAX for regular inodesRoss Zwisler2-2/+2
2016-02-27block: disable block device DAX by defaultDan Williams1-1/+5
2016-02-27ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua1-0/+1
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman1-1/+1
2016-02-25Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62
2016-02-25jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2-11/+11
2016-02-25Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker1-21/+18
2016-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-9/+14
2016-02-23Merge tag 'nfs-for-4.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-62/+126
2016-02-22NFSv4.x/pnfs: Fix a race between layoutget and bulk recallsTrond Myklebust1-11/+6
2016-02-22NFSv4.x/pnfs: Fix a race between layoutget and pnfs_destroy_layoutTrond Myklebust1-2/+22
2016-02-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-18/+101
2016-02-20fs/pnode.c: treat zero mnt_group_id-s as unequalMaxim Patlasov1-2/+7
2016-02-20affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()Al Viro1-3/+2
2016-02-20xattr handlers: plug a lock leak in simple_xattr_listMateusz Guzik1-3/+3
2016-02-20fs: allow no_seek_end_llseek to actually seekWouter van Kesteren1-1/+2
2016-02-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds13-39/+176
2016-02-19Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+2
2016-02-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-14/+39
2016-02-19ext4: fix crashes in dioread_nolock modeJan Kara1-20/+20
2016-02-19ext4: fix bh->b_state corruptionJan Kara1-2/+30
2016-02-18fsnotify: turn fsnotify reaper thread into a workqueue jobJeff Layton1-31/+18
2016-02-18Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread"Jeff Layton1-14/+52
2016-02-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+18
2016-02-17pnfs/blocklayout: fix a memeory leak when using,vmalloc_to_pageKinglong Mee1-2/+8
2016-02-17nfs4: fix stateid handling for the NFS v4.2 operationsChristoph Hellwig1-43/+76
2016-02-17NFSv4: Fix a dentry leak on alias useBenjamin Coddington1-2/+2
2016-02-16writeback: initialize inode members that track writeback historyTahsin Erdogan1-0/+6
2016-02-16Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-4/+3
2016-02-16writeback: keep superblock pinned during cgroup writeback association switchesTejun Heo1-4/+11
2016-02-16Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgentIngo Molnar4-18/+101
2016-02-16ext4: fix memleak in ext4_readdir()Kirill Tkhai1-2/+5
2016-02-16Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana1-0/+2
2016-02-15pNFS: Always set NFS_LAYOUT_RETURN_REQUESTED with lo->plh_return_iomodeTrond Myklebust1-2/+1
2016-02-15pNFS: Fix pnfs_mark_matching_lsegs_return()Trond Myklebust1-2/+13
2016-02-14Merge tag 'tty-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+20
2016-02-12Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds8-71/+131