aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-07-27Merge branch 'vfs-for-3.16' of git://git.infradead.org/users/hch/vfsLinus Torvalds2-8/+9
2014-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-4/+1
2014-07-24fs: umount on symlink leaks mnt countVasily Averin1-1/+2
2014-07-24direct-io: fix uninitialized warning in do_direct_IO()Boaz Harrosh1-7/+7
2014-07-23Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+3
2014-07-23simple_xattr: permit 0-size extended attributesHugh Dickins1-1/+1
2014-07-23coredump: fix the setting of PF_DUMPCORESilesh C V1-1/+1
2014-07-23NFSD: Fix crash encoding lock reply on 32-bitKinglong Mee1-1/+3
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher1-1/+1
2014-07-22fuse: s_time_gran fixMiklos Szeredi1-3/+0
2014-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-4/+15
2014-07-20Merge tag 'nfs-for-3.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-62/+343
2014-07-19btrfs: test for valid bdev before kobj removal in btrfs_rm_deviceEric Sandeen1-4/+4
2014-07-19Btrfs: fix abnormal long waiting in fsyncLiu Bo1-0/+11
2014-07-18Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds5-13/+17
2014-07-18Merge tag 'xfs-for-linus-3.16-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds7-72/+106
2014-07-18GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixesFabian Frederick1-2/+2
2014-07-18GFS2: memcontrol: Spelling s/invlidate/invalidate/Geert Uytterhoeven1-2/+2
2014-07-18GFS2: Allow caching of glocks for flockBob Peterson1-1/+1
2014-07-18GFS2: Allow flocks to use normal glock dq rather than dq_waitBob Peterson2-4/+2
2014-07-18GFS2: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-18GFS2: Use GFP_NOFS when allocating glocksSteven Whitehouse1-2/+2
2014-07-18GFS2: Fix race in glock lru glock disposalSteven Whitehouse1-3/+7
2014-07-18GFS2: Only wait for demote when last holder is dequeuedBob Peterson1-1/+3
2014-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+2
2014-07-15quota: missing lock in dqcache_shrink_scan()Niu Yawei1-0/+2
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-53/+69
2014-07-15xfs: null unused quota inodes when quota is onDave Chinner1-4/+21
2014-07-15xfs: refine the allocation stack switchDave Chinner6-62/+90
2014-07-15Revert "xfs: block allocation work needs to be kswapd aware"Dave Chinner2-20/+9
2014-07-14aio: protect reqs_available updates from changes in interrupt handlersBenjamin LaHaise1-0/+7
2014-07-14fuse: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov1-1/+3
2014-07-13Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-45/+44
2014-07-13NFS: Don't reset pg_moreio in __nfs_pageio_add_requestTrond Myklebust1-1/+1
2014-07-12NFS: Remove 2 unused variablesTrond Myklebust2-4/+0
2014-07-12nfs: handle multiple reqs in nfs_wb_page_cancelWeston Andros Adamson1-20/+21
2014-07-12nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson3-25/+235
2014-07-12nfs: change find_request to find_head_requestWeston Andros Adamson1-9/+24
2014-07-12nfs: nfs_page should take a ref on the head reqWeston Andros Adamson1-0/+10
2014-07-12nfs: mark nfs_page reqs with flag for extra refWeston Andros Adamson2-3/+9
2014-07-12ext4: fix potential null pointer dereference in ext4_free_inodeNamjae Jeon1-1/+1
2014-07-12ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o1-2/+2
2014-07-11Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2014-07-11ext4: revert commit which was causing fs corruption after journal replaysTheodore Ts'o1-27/+24
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+30
2014-07-10fuse: restructure ->rename2()Miklos Szeredi1-14/+20
2014-07-09Merge tag 'f2fs-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-27/+41
2014-07-09f2fs: avoid to access NULL pointer in issue_flush_threadChao Yu1-1/+2
2014-07-09f2fs: check bdi->dirty_exceeded when trying to skip data writesJaegeuk Kim1-0/+2
2014-07-09f2fs: do checkpoint for the renamed inodeJaegeuk Kim1-6/+4
2014-07-09f2fs: release new entry page correctly in error path of f2fs_renameChao Yu1-1/+2
2014-07-09f2fs: fix error path in init_inode_metadataChao Yu1-1/+1
2014-07-09f2fs: check lower bound nid value in check_nid_rangeChao Yu3-4/+4
2014-07-09f2fs: remove unused variables in f2fs_sm_infoChao Yu2-5/+0
2014-07-08nfs: only show Posix ACLs in listxattr if actually presentChristoph Hellwig2-2/+45
2014-07-07nfsd: Fix bad reserving space for encoding rdattr_errorKinglong Mee1-1/+1
2014-07-07fuse: avoid scheduling while atomicMiklos Szeredi1-28/+23
2014-07-07fuse: handle large user and group IDMiklos Szeredi1-4/+16
2014-07-07fuse: inode: drop castHimangi Saraogi1-1/+1
2014-07-07fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati1-1/+2
2014-07-07fuse: timeout comparison fixMiklos Szeredi1-3/+3
2014-07-05ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2-3/+4
2014-07-05ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()Theodore Ts'o1-2/+2
2014-07-05ext4: clarify error count warning messagesTheodore Ts'o1-3/+4
2014-07-05ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o1-7/+7
2014-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds13-47/+108
2014-07-03Merge tag 'driver-core-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-14/+55
2014-07-03Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-11/+13
2014-07-03fs/seq_file: fallback to vmalloc allocationHeiko Carstens1-9/+21
2014-07-03/proc/stat: convert to single_open_size()Heiko Carstens1-20/+2
2014-07-03autofs4: fix false positive compile errorIan Kent1-1/+1
2014-07-03Btrfs: fix crash when starting transactionFilipe Manana1-0/+1
2014-07-03Btrfs: fix btrfs_print_leaf for skinny metadataJosef Bacik1-4/+5
2014-07-03Btrfs: fix race of using total_bytes_pinnedLiu Bo1-4/+1
2014-07-03btrfs: use E2BIG instead of EIO if compression does not helpDavid Sterba1-1/+1
2014-07-03btrfs: remove stale comment from btrfs_flush_all_pending_stuffsDavid Sterba1-5/+0
2014-07-03Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana1-11/+9
2014-07-03btrfs: fix null pointer dereference in btrfs_show_devname when name is nullAnand Jain1-0/+2
2014-07-03btrfs: fix null pointer dereference in clone_fs_devices when name is nullAnand Jain1-5/+7
2014-07-03btrfs: fix nossd and ssd_spread mount option regressionEric Sandeen1-1/+2
2014-07-03Btrfs: fix race between balance recovery and root deletionWang Shilong2-0/+4
2014-07-03Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana1-7/+10
2014-07-02nfs: fix nfs4d readlink truncated packetAvi Kivity1-1/+1
2014-07-02kernfs: kernfs_notify() must be useable from non-sleepable contextsTejun Heo1-14/+55
2014-06-30kernfs: introduce kernfs_pin_sb()Li Zefan1-0/+30
2014-06-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-6/+68
2014-06-28btrfs: only unlock block in verify_parent_transid if we locked itJosef Bacik1-1/+2
2014-06-28Btrfs: assert send doesn't attempt to start transactionsFilipe Manana1-2/+4
2014-06-28btrfs compression: reuse recently used workspaceSergey Senozhatsky1-1/+1
2014-06-28Btrfs: fix crash when mounting raid5 btrfs with missing disksLiu Bo1-2/+3
2014-06-28btrfs: create sprout should rename fsid on the sysfs as wellAnand Jain1-0/+9
2014-06-28btrfs: dev replace should replace the sysfs entryAnand Jain1-0/+5
2014-06-28btrfs: dev add should add its sysfs entryAnand Jain3-3/+16
2014-06-28btrfs: dev delete should remove sysfs entryAnand Jain3-0/+26
2014-06-28btrfs: rename add_device_membership to btrfs_kobj_add_deviceAnand Jain1-2/+2
2014-06-27nfsd: fix rare symlink decoding bugJ. Bruce Fields2-10/+12
2014-06-26ext4: Fix hole punching for files with indirect blocksJan Kara1-2/+10
2014-06-26ext4: Fix block zeroing when punching holes in indirect block filesJan Kara1-2/+2
2014-06-26ext4: decrement free clusters/inodes counters when block group declared badNamjae Jeon3-0/+47
2014-06-25Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-6/+20
2014-06-25Merge tag 'nfs-for-3.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-83/+103
2014-06-25fs/mbcache: replace __builtin_log2() with ilog2()T Makphaibulchoke1-1/+2
2014-06-24NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson3-45/+57
2014-06-24NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson1-7/+4
2014-06-24NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson1-2/+5
2014-06-24NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust1-35/+40
2014-06-24NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust1-0/+1
2014-06-24nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew1-1/+3
2014-06-24aio: fix kernel memory disclosure in io_getevents() introduced in v3.10Benjamin LaHaise1-0/+3
2014-06-24aio: fix aio request leak when events are reaped by userspaceBenjamin LaHaise1-2/+1
2014-06-24[CIFS] fix mount failure with broken pathnames when smb3 mount with mapchars ...Steve French1-3/+4
2014-06-23ocfs2/dlm: do not purge lockres that is queued for assert masterXue jiufei4-6/+55
2014-06-23ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop d...jiangyiwen1-5/+9
2014-06-23ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ...jiangyiwen1-0/+27
2014-06-23ocfs2: fix a tiny race when running dirop_fileop_racerYiwen Jiang2-2/+96
2014-06-23ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list()Xue jiufei1-1/+1
2014-06-23ocfs2: refcount: take rw_lock in ocfs2_reflinkWengang Wang1-0/+8
2014-06-23ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec...Xue jiufei1-6/+2
2014-06-23ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and...Tariq Saeed1-5/+13
2014-06-23ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename()alex chen1-11/+11
2014-06-23f2fs: fix not to allocate unnecessary blocks during fallocateJaegeuk Kim1-1/+4
2014-06-23f2fs: recover fallocated data and its i_size togetherJaegeuk Kim1-3/+4
2014-06-23f2fs: fix to report newly allocate region as extentJaegeuk Kim1-5/+18
2014-06-21Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2014-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds11-172/+359
2014-06-21Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+79
2014-06-19Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie1-7/+15
2014-06-19Btrfs: fix deadlock when mounting a degraded fsMiao Xie2-1/+9
2014-06-19Btrfs: use bio_endio_nodec instead of open codeMiao Xie1-8/+1
2014-06-19Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong3-7/+6
2014-06-19btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo1-10/+9
2014-06-19Btrfs: fix broken free space cache after the system crashedMiao Xie4-44/+186
2014-06-19Btrfs: make free space cache write out functions more readableMiao Xie1-66/+93
2014-06-19Btrfs: remove unused wait queue in struct extent_bufferFilipe Manana1-1/+0
2014-06-19Btrfs: fix deadlocks with trylock on tree nodesChris Mason1-34/+46
2014-06-19cifs: revalidate mapping prior to satisfying read_iter request with cache=looseJeff Layton1-2/+15
2014-06-17NFSD: fix bug for readdir of pseudofsKinglong Mee1-0/+1
2014-06-17NFSD: Don't hand out delegations for 30 seconds after recalling them.NeilBrown1-0/+78
2014-06-16epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov1-2/+2
2014-06-16fs/cifs: fix regression in cifs_create_mf_symlink()Björn Baumbach1-1/+1
2014-06-15ext4: Fix buffer double free in ext4_alloc_branch()Jan Kara1-1/+7
2014-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-36/+182
2014-06-14Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-34/+36
2014-06-13btrfs: fix error handling in create_pending_snapshotEric Sandeen1-5/+7
2014-06-13btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen1-1/+1
2014-06-13btrfs: free ulist in qgroup_shared_accounting() error pathEric Sandeen1-1/+3
2014-06-13Btrfs: fix qgroups sanity test crash or hangFilipe Manana1-0/+2
2014-06-13btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin1-1/+1
2014-06-13Btrfs: fix unfinished readahead thread for raid5/6 degraded mountingWang Shilong1-2/+7
2014-06-13btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift1-0/+41
2014-06-13Merge tag 'dlm-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-0/+5
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds8-231/+310
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+4
2014-06-12btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift1-15/+33
2014-06-12btrfs: new function read_extent_buffer_to_userGerhard Heift2-0/+40
2014-06-12btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift1-9/+15
2014-06-12btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift1-2/+26
2014-06-12btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift1-7/+11
2014-06-12btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift1-5/+7
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds77-1516/+1004
2014-06-12dlm: keep listening connection alive with sctp modeLidong Zhong1-0/+5
2014-06-12lock_parent: don't step on stale ->d_parent of all-but-freed oneAl Viro1-1/+3
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro29-218/+370
2014-06-12kill generic_file_splice_write()Al Viro1-124/+0
2014-06-12ceph: switch to iter_file_splice_write()Al Viro1-1/+1
2014-06-12nfs: switch to iter_splice_write_file()Al Viro3-34/+2
2014-06-12fs/splice.c: remove unneeded exportsAl Viro1-10/+5
2014-06-12ocfs2: switch to iter_file_splice_write()Al Viro1-80/+2
2014-06-12->splice_write() via ->write_iter()Al Viro15-56/+154
2014-06-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds25-4916/+7052
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds46-1303/+3693
2014-06-11Merge tag 'xfs-for-linus-3.16-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds91-2785/+2647
2014-06-11reiserfs: Fix compilation breakage with CONFIG_REISERFS_CHECKJan Kara1-1/+1
2014-06-10Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-2/+29
2014-06-10ocfs2/o2net: incorrect to terminate accepting connections loop upon rejecting...Tariq Saeed1-2/+29
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds29-1203/+1316
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski4-13/+18
2014-06-10Btrfs: convert smp_mb__{before,after}_clear_bitChris Mason1-2/+2
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds33-1257/+1840
2014-06-10locks: set fl_owner for leases back to current->filesJeff Layton1-1/+1
2014-06-10Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifsLinus Torvalds8-16/+35
2014-06-10NFS: populate ->net in mount data when remountingMateusz Guzik1-0/+1
2014-06-10pnfs: fix lockup caused by pnfs_generic_pg_testWeston Andros Adamson1-14/+18
2014-06-09Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds16-305/+639
2014-06-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-98/+158
2014-06-09Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo3-15/+24
2014-06-09Btrfs: make fsync work after cloning into a fileFilipe Manana4-38/+155
2014-06-09Btrfs: use right type to get real comparisonLiu Bo1-1/+1
2014-06-09Btrfs: don't check nodes for extent itemsJosef Bacik1-2/+3
2014-06-09Btrfs: don't release invalid page in btrfs_page_exists_in_range()Filipe Manana1-0/+1
2014-06-09Btrfs: make sure we retry if page is a retriable exceptionFilipe Manana1-1/+3
2014-06-09Btrfs: make sure we retry if we couldn't get the pageFilipe Manana1-1/+3
2014-06-09btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56Gui Hecheng1-1/+1
2014-06-09trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite1-2/+2
2014-06-09Btrfs: fix leaf corruption after __btrfs_drop_extentsLiu Bo1-0/+18
2014-06-09Btrfs: ensure btrfs_prev_leaf doesn't miss 1 itemFilipe Manana1-1/+11
2014-06-09Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana1-25/+83
2014-06-09btrfs: free delayed node outside of root->inode_lockJeff Mahoney1-2/+5
2014-06-09btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng1-1/+1