aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds54-415/+1177
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds61-464/+1434
2014-04-04Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-10/+14
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-83/+378
2014-04-04Merge tag 'dlm-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds8-47/+48
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds34-1626/+2000
2014-04-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds30-439/+609
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds5-161/+304
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-301/+577
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds113-727/+1330
2014-04-03fs/reiserfs/super.c: add __init to init_inodecacheFabian Frederick1-1/+1
2014-04-03fs/reiserfs: move prototype declaration to header fileRashika Kheria2-1/+1
2014-04-03fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache()Fabian Frederick2-2/+2
2014-04-03fs/hfsplus/extents.c: fix concurrent acess of alloc_blocksSougata Santra1-5/+9
2014-04-03fs/hfsplus/extents.c: remove unused variable in hfsplus_get_blockSougata Santra1-2/+0
2014-04-03nilfs2: verify metadata sizes read from diskRyusuke Konishi4-0/+46
2014-04-03nilfs2: add FITRIM ioctl support for nilfs2Andreas Rohner1-0/+45
2014-04-03nilfs2: add nilfs_sufile_trim_fs to trim clean segsAndreas Rohner2-0/+153
2014-04-03nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctlAndreas Rohner1-0/+92
2014-04-03nilfs2: add nilfs_sufile_set_suinfo to update segment usageAndreas Rohner2-0/+132
2014-04-03fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick2-2/+2
2014-04-03BEFS: logging cleanupFabian Frederick8-204/+195
2014-04-03fs/befs/linuxvfs.c: add __init to befs_init_inodecache()Fabian Frederick1-2/+1
2014-04-03befs: replace kmalloc/memset 0 by kzallocFabian Frederick1-2/+1
2014-04-03fs/minix/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-03binfmt_misc: add missing 'break' statementLuis Henriques1-0/+1
2014-04-03fs/efs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-03fs, kernel: permit disabling the uselib syscallJosh Triplett2-1/+10
2014-04-03kernel/groups.c: remove return value of set_groupsWang YanQing1-4/+1
2014-04-03sys_sysfs: Add CONFIG_SYSFS_SYSCALLFabian Frederick1-0/+2
2014-04-03drop_caches: add some documentation and info messageDave Hansen1-2/+14
2014-04-03mm: remove read_cache_page_async()Sasha Levin2-3/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner42-51/+49
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-1/+1
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner1-1/+1
2014-04-03fs: cachefiles: use add_to_page_cache_lru()Johannes Weiner1-20/+13
2014-04-03mm, hugetlb: unify region structure handlingJoonsoo Kim1-2/+15
2014-04-03fs/direct-io.c: remove some left over checksDan Carpenter3-3/+3
2014-04-03fs/direct-io.c: remove redundant comparisonGu Zheng1-1/+0
2014-04-03ocfs2: pass "new" parameter to ocfs2_init_xattr_bucketWengang Wang1-8/+15
2014-04-03ocfs2: avoid system inode ref confusion by adding mutex lockjiangyiwen3-0/+7
2014-04-03ocfs2: iput inode alloc when failed locallyjiangyiwen2-2/+4
2014-04-03ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not...Tariq Saeed1-5/+17
2014-04-03ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failedYounger Liu3-2/+32
2014-04-03ocfs2: flock: drop cross-node lock when failed locallyWengang Wang1-0/+2
2014-04-03ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong8-1/+20
2014-04-03ocfs2: fix panic on kfree(xattr->name)Tetsuo Handa1-2/+0
2014-04-03ocfs2: do not put bh when buffer_uptodate failedalex chen1-2/+0
2014-04-03ocfs2: __ocfs2_mknod_locked should return error when ocfs2_create_new_inode_l...Xue jiufei1-3/+0
2014-04-03ocfs2: allow for more than one data extent when creating xattrTariq Saeed1-1/+8
2014-04-03ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handlerZhonghua Guo1-12/+9
2014-04-03ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_ENDJensen1-1/+10
2014-04-03ocfs2: fix type conversion risk when get cluster attributesJoseph Qi1-3/+3
2014-04-03ocfs2: revert iput deferring code in ocfs2_drop_dentry_lockGoldwyn Rodrigues4-122/+9
2014-04-03ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert threadJan Kara3-7/+47
2014-04-03ocfs2: implement delayed dropping of last dquot referenceJan Kara4-0/+50
2014-04-03quota: provide function to grab quota structure referenceJan Kara1-2/+2
2014-04-03ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat laterJan Kara1-7/+9
2014-04-03ocfs2: remove OCFS2_INODE_SKIP_DELETE flagJan Kara3-17/+3
2014-04-03ocfs2: add dlm_recover_callback_support in sysfsGoldwyn Rodrigues1-0/+14
2014-04-03ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-04-03ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2014-04-03ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong9-21/+74
2014-04-03ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_superjoyce.xue1-3/+0
2014-04-03ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang5-30/+7
2014-04-03ocfs2: fix null pointer dereference when access dlm_state before launching dl...Zongxun Wang1-3/+3
2014-04-03fanotify: move unrelated handling from copy_event_to_user()Jan Kara1-21/+19
2014-04-03fanotify: reorganize loop in fanotify_read()Jan Kara1-22/+24
2014-04-03fanotify: convert access_mutex to spinlockJan Kara1-7/+7
2014-04-03fanotify: use fanotify event structure for permission response processingJan Kara3-104/+116
2014-04-03fanotify: remove useless bypass_perm checkJan Kara1-8/+0
2014-04-03fs/freevxfs/vxfs_lookup.c: update function commentFabian Frederick1-1/+1
2014-04-03fs/cifs/cifsfs.c: add __init to cifs_init_inodecache()Fabian Frederick1-1/+1
2014-04-03bdi: avoid oops on device removalJan Kara1-5/+18
2014-04-03backing_dev: fix hung task on syncDerek Basehore1-4/+4
2014-04-04Merge branch 'xfs-bug-fixes-for-3.15-3' into for-nextDave Chinner2-3/+3
2014-04-04xfs: fix directory hash ordering bugMark Tinguely1-1/+1
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2-1/+2
2014-04-04xfs: extra semi-colon breaks a conditionDan Carpenter1-2/+2
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-4/+4
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds4-252/+0
2014-04-02Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2014-04-02fuse: fix "uninitialized variable" warningRajat Jain1-1/+1
2014-04-02fuse: Turn writeback cache onPavel Emelyanov2-1/+15
2014-04-02fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov3-9/+41
2014-04-02fuse: fuse_flush() should wait on writebackMaxim Patlasov1-15/+23
2014-04-02fuse: Implement write_begin/write_end callbacksPavel Emelyanov1-0/+73
2014-04-02fuse: restructure fuse_readpage()Maxim Patlasov1-7/+16
2014-04-02fuse: Flush files on wb closePavel Emelyanov1-0/+6
2014-04-02fuse: Trust kernel i_mtime onlyMaxim Patlasov4-25/+132
2014-04-02fuse: Trust kernel i_size onlyPavel Emelyanov3-6/+39
2014-04-02fuse: Connection bit for enabling writebackPavel Emelyanov1-0/+3
2014-04-02fuse: Prepare to handle short readsPavel Emelyanov1-8/+13
2014-04-02fuse: Linking file to inode helperPavel Emelyanov1-14/+19
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-49/+36
2014-04-01ext4: fix premature freeing of partial clusters split across leaf blocksEric Whitney1-3/+8
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-259/+663
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2014-04-01ext4: add cross rename supportMiklos Szeredi1-1/+138
2014-04-01ext4: rename: split out helper functionsMiklos Szeredi1-73/+126
2014-04-01ext4: rename: move EMLINK check upMiklos Szeredi1-4/+4
2014-04-01ext4: rename: create ext4_renament structure for local varsMiklos Szeredi1-97/+114
2014-04-01vfs: add cross-renameMiklos Szeredi2-41/+113
2014-04-01vfs: lock_two_nondirectories: allow directory argsJ. Bruce Fields1-13/+12
2014-04-01security: add flags to rename hooksMiklos Szeredi2-3/+4
2014-04-01vfs: add RENAME_NOREPLACE flagMiklos Szeredi2-8/+24
2014-04-01vfs: add renameat2 syscallMiklos Szeredi4-10/+30
2014-04-01vfs: rename: use common code for dir and non-dirMiklos Szeredi1-112/+75
2014-04-01vfs: rename: move d_move() upMiklos Szeredi1-3/+2
2014-04-01vfs: add d_is_dir()Miklos Szeredi1-12/+11
2014-04-01ext4: remove unneeded test of ret variableLukas Czerner1-4/+4
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-2/+11
2014-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+5
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds4-78/+90
2014-03-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+4
2014-03-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-03-31GFS2: Fix address space from page functionSteven Whitehouse3-1/+9
2014-03-31GFS2: Fix uninitialized VFS inode in gfs2_create_inodeAbhi Das3-6/+13
2014-03-31locks: make locks_mandatory_area check for file-private locksJeff Layton1-2/+13
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton2-4/+5
2014-03-31locks: require that flock->l_pid be set to 0 for file-private locksJeff Layton1-0/+24
2014-03-31locks: add new fcntl cmd values for handling file private locksJeff Layton3-20/+104
2014-03-31locks: skip deadlock detection on FL_FILE_PVT locksJeff Layton1-2/+17
2014-03-31locks: pass the cmd value to fcntl_getlk/getlk64Jeff Layton2-4/+4
2014-03-31locks: report l_pid as -1 for FL_FILE_PVT locksJeff Layton1-2/+2
2014-03-31locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT"Jeff Layton1-2/+9
2014-03-31locks: rename locks_remove_flock to locks_remove_fileJeff Layton2-2/+2
2014-03-31locks: consolidate checks for compatible filp->f_mode values in setlk handlersJeff Layton1-34/+12
2014-03-31locks: fix posix lock range overflow handlingJ. Bruce Fields1-68/+32
2014-03-31locks: eliminate BUG() call when there's an unexpected lock on file closeJeff Layton1-6/+18
2014-03-31locks: add __acquires and __releases annotations to locks_start and locks_stopJeff Layton1-0/+2
2014-03-31locks: remove "inline" qualifier from fl_link manipulation functionsJeff Layton1-8/+4
2014-03-31locks: clean up comment typoJeff Layton1-1/+1
2014-03-31locks: close potential race between setlease and openJeff Layton1-13/+62
2014-03-31GFS2: Fix return value in slot_get()Abhi Das1-0/+1
2014-03-31Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely9-51/+51
2014-03-30Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-77/+134
2014-03-30ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-6/+9
2014-03-30switch mnt_hash to hlistAl Viro4-50/+61
2014-03-30don't bother with propagate_mnt() unless the target is sharedAl Viro1-10/+7
2014-03-30keep shadowed vfsmounts togetherAl Viro1-9/+23
2014-03-30resizable namespace.c hashesAl Viro2-24/+59
2014-03-28ocfs2: check if cluster name exists before derefSasha Levin1-1/+3
2014-03-27vfs: Allocate anon_inode_inode in anon_inode_init()Jan Kara1-22/+8
2014-03-25Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman1-0/+92
2014-03-25fs: remove now stale label in anon_inode_init()Linus Torvalds1-1/+0
2014-03-25fs: Avoid userspace mounting anon_inodefs filesystemJan Kara1-3/+0
2014-03-25Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2014-03-24ext4: fix comment typoMatthew Wilcox1-1/+1
2014-03-24ext4: make ext4_block_zero_page_range staticMatthew Wilcox2-23/+21
2014-03-24ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o2-6/+39
2014-03-24ext4: optimize Hurd tests when reading/writing inodesTheodore Ts'o3-6/+15
2014-03-23rcuwalk: recheck mount_lock after mountpoint crossing attemptsAl Viro1-16/+13
2014-03-23make prepend_name() work correctly when called with negative *buflenAl Viro1-2/+2
2014-03-23vfs: Don't let __fdget_pos() get FMODE_PATH filesEric Biggers1-15/+4
2014-03-23vfs: atomic f_pos access in llseek()Eric Biggers1-2/+2
2014-03-21Btrfs: fix a crash of clone with inline extents's splitLiu Bo2-7/+18
2014-03-21btrfs: fix uninit variable warningChris Mason1-1/+1
2014-03-21Btrfs: take into account total references when doing backref lookupJosef Bacik1-11/+18
2014-03-21Btrfs: part 2, fix incremental send's decision to delay a dir move/renameFilipe Manana1-5/+66
2014-03-21Btrfs: fix incremental send's decision to delay a dir move/renameFilipe Manana1-3/+3
2014-03-20Btrfs: remove unnecessary inode generation lookup in sendFilipe Manana1-7/+2
2014-03-20Btrfs: fix race when updating existing ref headFilipe Manana1-1/+1
2014-03-20btrfs: Add trace for btrfs_workqueue alloc/destroyQu Wenruo2-3/+6
2014-03-20Btrfs: less fs tree lock contention when using autodefragFilipe Manana1-2/+10
2014-03-20Btrfs: return EPERM when deleting a default subvolumeGuangyu Sun1-1/+3
2014-03-20Btrfs: add missing kfree in btrfs_destroy_workqueueFilipe Manana1-0/+1
2014-03-20Btrfs: cache extent states in defrag code pathFilipe Manana1-4/+9
2014-03-20Btrfs: fix deadlock with nested trans handlesJosef Bacik1-10/+4
2014-03-20ext4: kill i_version support for Hurd-castrated file systemsTheodore Ts'o1-11/+18
2014-03-19GFS2: inline function gfs2_set_modeBob Peterson1-15/+4
2014-03-19GFS2: Remove extraneous function gfs2_security_initBob Peterson1-8/+2
2014-03-19GFS2: Increase the max number of ACLsBob Peterson2-2/+2
2014-03-18ext4: each filesystem creates and uses its own mb_cacheT Makphaibulchoke5-39/+62
2014-03-18fs/mbcache.c: doucple the locking of local from global dataT Makphaibulchoke1-116/+301
2014-03-18fs/mbcache.c: change block and index hash chain to hlist_bl_nodeT Makphaibulchoke1-39/+78
2014-03-18ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocateLukas Czerner3-20/+272
2014-03-18ext4: refactor ext4_fallocate codeLukas Czerner1-55/+74
2014-03-18ext4: Update inode i_size after the preallocationLukas Czerner1-54/+42
2014-03-17pstore: Fix memory leak when decompress using big_oops_bufLiu ShuoX1-0/+1
2014-03-17pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX1-2/+2
2014-03-17pstore: Correct the max_dump_cnt clearing of ramoopsLiu ShuoX1-2/+2
2014-03-17pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przLiu ShuoX1-0/+2
2014-03-17pstore: skip zero size persistent ram buffer in traverseLiu ShuoX1-5/+5
2014-03-17pstore: clarify clearing of _read_cnt in ramoops_contextLiu ShuoX1-1/+2
2014-03-13ext4: fix partial cluster handling for bigalloc file systemsEric Whitney1-0/+21
2014-03-13ext4: delete path dealloc code in ext4_ext_handle_uninitialized_extentsEric Whitney1-6/+1
2014-03-13ext4: only call sync_filesystm() when remounting read-onlyTheodore Ts'o1-2/+3
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker2-2/+2
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o44-2/+53
2014-03-13Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner7-15/+201
2014-03-13Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextDave Chinner8-39/+126
2014-03-13Merge branch 'xfs-verifier-cleanup' into for-nextDave Chinner25-155/+202
2014-03-13Merge branch 'xfs-stack-fixes' into for-nextDave Chinner3-143/+265
2014-03-13Merge branch 'xfs-collapse-range' into for-nextDave Chinner7-8/+355
2014-03-13xfs: Add support for FALLOC_FL_ZERO_RANGELukas Czerner1-3/+6
2014-03-13fs: Introduce FALLOC_FL_ZERO_RANGE flag for fallocateLukas Czerner1-1/+6
2014-03-12jbd2: improve error messages for inconsistent journal headsTheodore Ts'o2-19/+24
2014-03-12GFS2: Re-add a call to log_flush_wait when flushing the journalBob Peterson1-0/+1