aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-06-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-16/+33
2016-06-18Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+4
2016-06-18Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-43/+61
2016-06-17Btrfs: btrfs_check_super_valid: Allow 4096 as stripesizeChandan Rajendra1-1/+2
2016-06-17btrfs: remove build fixup for qgroup_account_snapshotDavid Sterba1-5/+0
2016-06-17btrfs: use new error message helper in qgroup_account_snapshotDavid Sterba1-1/+1
2016-06-17btrfs: avoid blocking open_ctree from cleaner_kthreadZygo Blaxell2-15/+12
2016-06-17Btrfs: don't BUG_ON() in btrfs_orphan_addJosef Bacik1-1/+10
2016-06-17btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney4-4/+7
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo6-15/+28
2016-06-17btrfs: Use correct format specifierHeinrich Schuchardt1-1/+1
2016-06-16Merge tag 'nfsd-4.7-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-49/+40
2016-06-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-22/+17
2016-06-15nfsd: Make init_open_stateid() a bit more wholeOleg Drokin1-15/+12
2016-06-15nfsd: Extend the mutex holding region around in nfsd4_process_open2()Oleg Drokin1-3/+13
2016-06-15nfsd: Always lock state exclusively.Oleg Drokin2-21/+21
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-17/+1
2016-06-15ovl: fix uid/gid when creating over whiteoutMiklos Szeredi1-2/+11
2016-06-15debugfs: open_proxy_open(): avoid double fops releaseNicolai Stange1-1/+0
2016-06-15debugfs: full_proxy_open(): free proxy on ->open() failureNicolai Stange1-2/+4
2016-06-14nfsd: Fix NFSD_MDS_PR_KEY on 32-bit by adding ULL postfixGeert Uytterhoeven1-1/+1
2016-06-10Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-357/+568
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds2-2/+18
2016-06-10ecryptfs: forbid opening files without mmap handlerJann Horn1-2/+11
2016-06-10proc: prevent stacking filesystems on topJann Horn1-0/+7
2016-06-08Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason5-17/+114
2016-06-08Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason15-340/+454
2016-06-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-51/+22
2016-06-07coredump: fix dumping through pipesMateusz Guzik3-3/+5
2016-06-07fix a regression in atomic_open()Al Viro1-3/+7
2016-06-07fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+2
2016-06-06mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman1-1/+1
2016-06-06mnt: If fs_fully_visible fails call put_filesystem.Eric W. Biederman1-1/+3
2016-06-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu1-1/+11
2016-06-06Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu1-1/+7
2016-06-06Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu3-18/+31
2016-06-06Btrfs: self-tests: Support testing all possible sectorsizes and nodesizesFeifei Xu1-22/+32
2016-06-06Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu1-19/+30
2016-06-06ovl: xattr filter fixMiklos Szeredi1-20/+6
2016-06-06btrfs: advertise which crc32c implementation is being used at module loadJeff Mahoney3-2/+9
2016-06-06Btrfs: add validadtion checks for chunk loadingLiu Bo1-15/+67
2016-06-06Btrfs: add more validation checks for superblockLiu Bo2-0/+35
2016-06-06Btrfs: clear uptodate flags of pages in sys_array ebLiu Bo1-0/+2
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2-143/+97
2016-06-05autofs braino fix for do_last()Al Viro1-4/+4
2016-06-04Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-18/+103
2016-06-04fix EOPENSTALE bug in do_last()Al Viro1-39/+4
2016-06-03Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason1-1/+12
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu15-291/+355
2016-06-02Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu2-7/+7
2016-06-02Btrfs: test_check_exists: Fix infinite loop when searching for free space ent...Feifei Xu1-2/+2
2016-06-01ceph: use i_version to check validity of fscacheYan, Zheng1-0/+3
2016-06-01ceph: improve fscache revalidationYan, Zheng4-83/+41
2016-06-01ceph: disable fscache when inode is opened for writeYan, Zheng4-53/+52
2016-06-01ceph: avoid unnecessary fscache invalidation/revlidationYan, Zheng1-6/+3
2016-06-01ceph: call __fscache_uncache_page() if readpages failsYan, Zheng1-1/+3
2016-06-01FS-Cache: make check_consistency callback return intYan, Zheng1-1/+1
2016-06-01FS-Cache: wake write waiter after invalidating writesYan, Zheng1-0/+2
2016-06-01Btrfs: end transaction if we abort when creating uuid rootJosef Bacik1-0/+1
2016-05-31Btrfs: fix race between device replace and read repairFilipe Manana1-0/+10
2016-05-31Btrfs: fix race between device replace and discardFilipe Manana1-0/+6
2016-05-30libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov1-4/+4
2016-05-30Btrfs: fix race between device replace and chunk allocationFilipe Manana1-12/+9
2016-05-30Btrfs: fix race setting block group back to RW mode during device replaceFilipe Manana1-5/+5
2016-05-30Btrfs: fix unprotected assignment of the left cursor for device replaceFilipe Manana1-0/+4
2016-05-30Btrfs: fix race setting block group readonly during device replaceFilipe Manana3-2/+46
2016-05-30Btrfs: fix race between device replace and block group removalFilipe Manana1-0/+11
2016-05-30Btrfs: fix race between readahead and device replace/removalFilipe Manana1-0/+2
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/vir...Linus 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/g...Linus Torvalds5-107/+38
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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/...Linus Torvalds2-171/+422
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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/sag...Linus 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/kerne...Linus 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 r...Tom 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
2016-05-26ceph: improve fragtree change detectionYan, Zheng2-4/+21
2016-05-26ceph: keep leaf frag when updating fragtreeYan, Zheng1-5/+23
2016-05-26ceph: fix dir_auth check in ceph_fill_dirfrag()Yan, Zheng1-0/+3
2016-05-26ceph: don't assume frag tree splits in mds reply are sortedYan, Zheng1-0/+13
2016-05-26ceph: fix inode reference leakYan, Zheng1-1/+1
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng5-47/+135
2016-05-26ceph: don't forbid marking directory complete after forward seekYan, Zheng1-5/+0
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng5-29/+59
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng3-3/+8
2016-05-26ceph: define struct for dir entry in readdir replyYan, Zheng4-52/+50
2016-05-26ceph: simplify 'offset in frag'Yan, Zheng2-13/+4
2016-05-26ceph: remove unnecessary checks in __dcache_readdirYan, Zheng1-2/+0
2016-05-26ceph: search cache postion for dcache readdirYan, Zheng1-46/+83
2016-05-26ceph: use CEPH_MDS_OP_RMXATTR request to remove xattrYan, Zheng1-6/+11
2016-05-26ceph: report mount root in session metadataYan, Zheng3-15/+23
2016-05-26ceph: don't show symlink target in debugfs/mdscYan, Zheng1-1/+1
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng3-9/+38
2016-05-26ceph: renew caps for read/write if mds session got killed.Yan, Zheng4-11/+93
2016-05-26ceph: CEPH_FEATURE_MDSENC supportYan, Zheng2-12/+36
2016-05-26ceph: multiple filesystem supportYan, Zheng2-0/+10
2016-05-26libceph: a major OSD client updateIlya Dryomov2-8/+8
2016-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov2-2/+3
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2-9/+7
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov2-23/+9
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2-2/+2
2016-05-26libceph: rename ceph_calc_pg_primary()Ilya Dryomov1-1/+1
2016-05-26libceph: rename ceph_oloc_oid_to_pg()Ilya Dryomov1-1/+1
2016-05-26libceph: DEFINE_RB_FUNCS macroIlya Dryomov1-41/+13
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov3-6/+4
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov2-0/+15
2016-05-26libceph: make ceph_osdc_put_request() accept NULLIlya Dryomov1-6/+3
2016-05-25make xattr_resolve_handlers() safe to use with NULL ->s_xattrAl Viro1-0/+1
2016-05-25xattr: Fail with -EINVAL for NULL attribute namesAndreas Gruenbacher1-1/+1
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba36-196/+193
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves33-105/+106
2016-05-25btrfs: scrub: Set bbio to NULL before calling btrfs_map_blockZhao Lei1-1/+2
2016-05-25Btrfs: fix unexpected return value of fiemapLiu Bo1-1/+5
2016-05-25Btrfs: free sys_array eb as soon as possibleLiu Bo1-2/+2
2016-05-25nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IOTom Haynes2-1/+16
2016-05-25nfs: avoid race that crashes nfs_init_commitWeston Andros Adamson2-0/+32
2016-05-25NFS: checking for NULL instead of IS_ERR() in nfs_commit_file()Dan Carpenter1-2/+2
2016-05-25reiserfs: check kstrdup failureMikulas Patocka1-2/+7
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-9/+8
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds26-308/+352
2016-05-24ubifs: ubifs_dump_inode: Fix dumping field bulk_readAndreas Gruenbacher1-1/+1
2016-05-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds50-504/+473
2016-05-23exec: make exec path waiting for mmap_sem killableMichal Hocko1-2/+8
2016-05-23aio: make aio_setup_ring killableMichal Hocko1-1/+6
2016-05-23coredump: make coredump_wait wait for mmap_sem for write killableMichal Hocko1-1/+3
2016-05-23mm, proc: make clear_refs killableMichal Hocko1-2/+9
2016-05-23mm, elf: handle vm_brk errorMichal Hocko1-2/+5
2016-05-23mm, aout: handle vm_brk failuresMichal Hocko1-3/+8
2016-05-23exec: remove the no longer needed remove_arg_zero()->free_arg_page()Oleg Nesterov1-7/+0
2016-05-23nilfs2: fix block commentsRyusuke Konishi10-84/+159
2016-05-23nilfs2: remove loops of single statement macrosRyusuke Konishi1-5/+4
2016-05-23nilfs2: remove unnecessary else after return or breakRyusuke Konishi3-23/+21
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi26-87/+94
2016-05-23nilfs2: fix code indent coding style issueRyusuke Konishi1-1/+1
2016-05-23nilfs2: remove space before semicolonRyusuke Konishi1-1/+1
2016-05-23nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi6-16/+16
2016-05-23nilfs2: clean trailing semicolons in macrosRyusuke Konishi2-5/+5
2016-05-23nilfs2: add missing line spacingRyusuke Konishi10-0/+14
2016-05-23nilfs2: replace __attribute__((packed)) with __packedRyusuke Konishi1-1/+1
2016-05-23nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi4-8/+38
2016-05-23nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi3-32/+8
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi37-54/+45
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi37-148/+0
2016-05-23nilfs2: remove space before commaRyusuke Konishi2-4/+4
2016-05-23nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi1-1/+1
2016-05-23nilfs2: constify nilfs_sc_operations structuresJulia Lawall1-5/+5
2016-05-23fs/befs/io.c:befs_bread(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-23fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-23fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULLSalah Triki1-1/+1
2016-05-23fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULLSalah Triki1-1/+1
2016-05-23fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-23fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULLSalah Triki1-1/+1
2016-05-23fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializa...Salah Triki1-3/+1
2016-05-23fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to ...Salah Triki1-1/+1
2016-05-23fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization t...Salah Triki1-1/+1
2016-05-23ELF/MIPS build fixRalf Baechle1-0/+8
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-67/+29