aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-29hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin1-2/+2
2016-05-28Rename other copy of hash_string to hashlen_stringGeorge Spelvin1-2/+2
2016-05-28hpfs: implement the show_options methodMikulas Patocka1-11/+32
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-28hpfs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-28fs: fix binfmt_aout.c build errorGuenter Roeck1-1/+0
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2-40/+125
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin1-1/+5
2016-05-28fs/namei.c: Improve dcache hash functionGeorge Spelvin1-40/+81
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin2-7/+47
2016-05-27Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+1
2016-05-27nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds1-1/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds48-183/+205
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro14-35/+43
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds5-107/+38
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds36-210/+219
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds2-17/+12
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann3-13/+12
2016-05-27direct-io: fix direct write stale data exposure from concurrent buffered readEryu Guan1-7/+7
2016-05-27ocfs2: bump up o2cb network protocol versionJunxiao Bi1-1/+4
2016-05-27ocfs2: o2hb: fix hb hung timeJunxiao Bi1-1/+1
2016-05-27ocfs2: o2hb: don't negotiate if last hb failJunxiao Bi1-0/+10
2016-05-27ocfs2: o2hb: add some user/debug logJunxiao Bi1-7/+32
2016-05-27ocfs2: o2hb: add NEGOTIATE_APPROVE messageJunxiao Bi1-1/+27
2016-05-27ocfs2: o2hb: add NEGO_TIMEOUT messageJunxiao Bi1-1/+65
2016-05-27ocfs2: o2hb: add negotiate timerJunxiao Bi1-4/+47
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro32-130/+150
2016-05-27ovl: Do d_type check only if work dir creation was successfulVivek Goyal1-8/+11
2016-05-27ovl: override creds with the ones from the superblock mounterAntonio Murdaca5-99/+27
2016-05-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+1
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-171/+422
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds10-274/+173
2016-05-26ocfs2: fix improper handling of return errnoEric Ren1-6/+1
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds14-418/+773
2016-05-26Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason1-10/+17
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds25-441/+1006
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds49-1135/+1293
2016-05-26pnfs: pnfs_update_layout needs to consider if strict iomode checking is onTom Haynes4-25/+61
2016-05-26nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and reading is disabledTom Haynes1-2/+3
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro3-20/+14
2016-05-26ceph: fix wake_up_session_cb()Yan, Zheng1-1/+1
2016-05-26ceph: don't use truncate_pagecache() to invalidate read cacheYan, Zheng2-5/+7
2016-05-26ceph: SetPageError() for writeback pages if writepages failsYan, Zheng1-1/+3
2016-05-26ceph: handle interrupted ceph_writepage()Yan, Zheng1-4/+18
2016-05-26ceph: make ceph_update_writeable_page() uninterruptibleYan, Zheng1-1/+1
2016-05-26ceph: handle -EAGAIN returned by ceph_update_writeable_page()Yan, Zheng1-13/+15
2016-05-26ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng1-20/+17
2016-05-26ceph: block non-fatal signals for fault/page_mkwriteYan, Zheng1-27/+39
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu2-2/+2
2016-05-26ceph: tolerate bad i_size for symlink inodeYan, Zheng1-7/+15