aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-22/+5
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro5-22/+5
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-8/+9
2014-02-08Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana1-0/+2
2014-02-08Btrfs: don't loop forever if we can't run because of the tree mod logJosef Bacik1-0/+1
2014-02-08btrfs: reserve no transaction units in btrfs_ioctl_set_featuresDavid Sterba1-1/+1
2014-02-08btrfs: commit transaction after setting label and featuresJeff Mahoney1-2/+2
2014-02-08Btrfs: fix assert screwup for the pending move stuffJosef Bacik1-5/+3
2014-02-08Merge tag 'jfs-3.14-rc2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-7/+7
2014-02-08jfs: fix generic posix ACL regressionDave Kleikamp1-7/+7
2014-02-07Merge tag 'driver-core-3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+8
2014-02-06mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irqKOSAKI Motohiro1-2/+4
2014-02-06ocfs2: free allocated clusters if error occurs after ocfs2_claim_clustersZongxun Wang3-3/+83
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds2-24/+51
2014-02-05kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flagTejun Heo1-4/+8
2014-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-8/+8
2014-02-04Merge tag 'nfs-for-3.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-39/+50
2014-02-03Merge branch 'acl_fixes' into linux-nextTrond Myklebust2-28/+24
2014-02-03fs: get_acl() must be allowed to return EOPNOTSUPPTrond Myklebust1-6/+12
2014-02-03NFSv3: Fix return value of nfs3_proc_setaclsTrond Myklebust1-2/+11
2014-02-03NFSv3: Remove unused function nfs3_proc_set_default_aclTrond Myklebust1-19/+0
2014-02-03Btrfs: use late_initcall instead of module_initFilipe David Borba Manana1-1/+1
2014-02-03Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana3-6/+6
2014-02-03Btrfs: disable snapshot aware defrag for nowJosef Bacik1-1/+1
2014-02-02hpfs: optimize quad buffer loadingMikulas Patocka1-46/+50
2014-02-02hpfs: remember free spaceMikulas Patocka3-10/+87
2014-02-01NFSv4.1: nfs4_destroy_session must call rpc_destroy_waitqueueTrond Myklebust3-7/+22
2014-02-01NFSv4: Fix memory corruption in nfs4_proc_open_confirmTrond Myklebust1-4/+4
2014-02-01afs: proc cells and rootcell are writeablePali Rohár1-2/+2
2014-02-01Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-420/+553
2014-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-50/+25
2014-01-31nfs: fix setting of ACLs on file creation.Noah Massey1-1/+1
2014-01-31Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-35/+84
2014-01-31Fix mountpoint reference leakage in linkatOleg Drokin1-1/+4
2014-01-31hfsplus: use xattr handlers for removexattrChristoph Hellwig4-47/+19
2014-01-31fs/super.c: sync ro remount after blocking writersAndrew Ruder1-1/+2
2014-01-31vfs: unexport the getname() symbolJeff Layton1-1/+0
2014-01-31Merge tag 'jfs-3.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+14
2014-01-31ceph: fix missing dput in ceph_set_aclSage Weil1-3/+6
2014-01-31cifs: Fix check for regular file in couldbe_mf_symlink()Sachin Prabhu1-1/+1
2014-01-31nfs: initialize the ACL support bits to zero.Malahal Naineni1-1/+1
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds52-2029/+5103
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-41/+16
2014-01-30ceph: simplify ceph_{get,init}_aclChristoph Hellwig1-40/+16
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds27-619/+456
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-272/+219
2014-01-30nfs: fix xattr inode op pointers when disabledChristoph Hellwig1-2/+2
2014-01-30ceph: remove duplicate declaration of ceph_setattrPeter Rosin1-1/+0
2014-01-29Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2-9/+9
2014-01-29fs/compat: fix lookup_dcookie() parameter handlingHeiko Carstens1-1/+1
2014-01-29fs/compat: fix parameter handling for compat readv/writev syscallsHeiko Carstens1-8/+8
2014-01-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-45/+52
2014-01-29ceph: fix posix ACL hooksSage Weil4-5/+10
2014-01-29NFSv4.1: CleanupTrond Myklebust1-4/+2
2014-01-29NFSv4.1: Clean up nfs41_sequence_doneTrond Myklebust1-11/+8
2014-01-29NFSv4: Fix a slot leak in nfs40_sequence_doneTrond Myklebust1-1/+1
2014-01-29NFSv4.1 free slot before resending I/O to MDSAndy Adamson3-3/+11
2014-01-29Btrfs: fix spin_unlock in check_ref_cleanupChris Mason1-1/+3
2014-01-29Btrfs: setup inode location during btrfs_init_inode_lockedChris Mason1-9/+9
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason6-22/+52
2014-01-29Btrfs: fix btrfs_search_slot_for_read backwards iterationFilipe David Borba Manana1-1/+3
2014-01-29Btrfs: do not export ulist functionsWang Shilong2-10/+1
2014-01-29Btrfs: rework ulist with list+rb_treeWang Shilong2-88/+55
2014-01-29Btrfs: fix memory leaks on walking backrefs failureWang Shilong1-7/+18
2014-01-29Btrfs: fix send file hole detection leading to data corruptionFilipe David Borba Manana1-0/+15
2014-01-29Btrfs: add a reschedule point in btrfs_find_all_roots()Wang Shilong1-0/+1
2014-01-29Btrfs: make send's file extent item search more efficientFilipe David Borba Manana1-10/+17
2014-01-29Btrfs: fix to catch all errors when resolving indirect refWang Shilong1-3/+9
2014-01-29Btrfs: fix protection between walking backrefs and root deletionWang Shilong1-1/+12
2014-01-29btrfs: fix warning while merging two adjacent extentsGui Hecheng1-1/+1
2014-01-29Btrfs: fix infinite path build loops in incremental sendFilipe David Borba Manana1-21/+518
2014-01-29fanotify: Fix use after free for permission eventsJan Kara3-2/+17
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara3-35/+26
2014-01-29fanotify: Fix use after free in mask checkingJan Kara1-10/+11
2014-01-28Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+4
2014-01-28Merge tag 'xfs-for-linus-v3.14-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-11/+32
2014-01-28ceph: Fix up after semantic merge conflictLinus Torvalds4-108/+6
2014-01-28btrfs: undo sysfs when open_ctree() failsAnand Jain1-4/+7
2014-01-28Btrfs: fix snprintf usage by send's gen_unique_nameFilipe David Borba Manana1-1/+1
2014-01-28btrfs: fix defrag 32-bit integer overflowJustin Maggard1-3/+3
2014-01-28btrfs: sysfs: list the NO_HOLES featureDavid Sterba1-0/+2
2014-01-28btrfs: sysfs: don't show reserved incompat featureDavid Sterba1-2/+0
2014-01-28btrfs: call permission checks earlier in ioctls and return EPERMDavid Sterba1-13/+9
2014-01-28btrfs: restrict snapshotting to own subvolumesDavid Sterba1-0/+6
2014-01-28Btrfs: fix wrong block group in trace during the free space allocationMiao Xie1-1/+2
2014-01-28Btrfs: cleanup the code of used_block_group in find_free_extent()Miao Xie1-20/+13
2014-01-28Btrfs: cleanup the redundant code for the block group allocation and initMiao Xie1-50/+44
2014-01-28Btrfs: change the members' order of btrfs_space_info structure to reduce the ...Miao Xie1-14/+15
2014-01-28Btrfs: fix wrong search path initialization before searching tree rootWang Shilong1-1/+1
2014-01-28Btrfs: flush the dirty pages of the ordered extent aggressively during loggin...Miao Xie1-1/+5
2014-01-28Btrfs: fix transaction abortion when remounting btrfs from RW to ROWang Shilong1-2/+2
2014-01-28Btrfs: faster file extent item search in clone ioctlFilipe David Borba Manana1-9/+14
2014-01-28Btrfs: fix extent state leak on transaction abortionLiu Bo1-5/+9
2014-01-28btrfs: Cleanup the btrfs_parse_options for remount.Qu Wenruo1-60/+77
2014-01-28btrfs: Add noinode_cache mount optionQu Wenruo4-2/+22
2014-01-28Btrfs: fix to search previous metadata extent item since skinny metadataWang Shilong3-2/+46
2014-01-28Btrfs: fix missing skinny metadata check in scrub_stripe()Wang Shilong1-1/+4
2014-01-28Btrfs: fix send to not send non-aligned clone operationsFilipe David Borba Manana1-1/+2
2014-01-28Btrfs: fix btrfs boot when compiled as built-inFilipe David Borba Manana6-9/+73
2014-01-28Btrfs: unlock inodes in correct order in clone ioctlFilipe David Borba Manana1-3/+11
2014-01-28Btrfs: optimize to remove unnecessary removal with ulist reallocationWang Shilong1-3/+1
2014-01-28Btrfs: release subvolume's block_rsv before transaction commitLiu Bo1-7/+7
2014-01-28Btrfs: fix the race between write back and nocow buffered writeMiao Xie1-2/+5
2014-01-28Btrfs: only process as many file extents as there are refsJosef Bacik1-8/+9
2014-01-28Btrfs: fix qgroup rescan to work with skinny metadataJosef Bacik1-5/+13
2014-01-28Btrfs: fix extent_from_logical to deal with skinny metadataJosef Bacik1-8/+33
2014-01-28Btrfs: throttle delayed refs betterJosef Bacik4-4/+46
2014-01-28Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik6-405/+267
2014-01-28Btrfs: make fsync latency less suckyJosef Bacik3-1/+15
2014-01-28Btrfs: add support for inode propertiesFilipe David Borba Manana9-10/+542
2014-01-28Btrfs: faster file extent item replace operationsFilipe David Borba Manana4-46/+114
2014-01-28Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong1-1/+1
2014-01-28Btrfs: remove unnecessary transaction commit before sendWang Shilong1-29/+0
2014-01-28Btrfs: fix protection between send and root deletionWang Shilong2-0/+29
2014-01-28Btrfs: fix wrong send_in_progress accountingWang Shilong1-3/+13
2014-01-28btrfs: Add treelog mount option.Qu Wenruo1-1/+7
2014-01-28btrfs: Add datasum mount option.Qu Wenruo1-0/+10
2014-01-28btrfs: Add datacow mount option.Qu Wenruo1-1/+7
2014-01-28btrfs: Add acl mount option.Qu Wenruo1-1/+5
2014-01-28btrfs: Add noflushoncommit mount option.Qu Wenruo1-1/+7
2014-01-28btrfs: Add noenospc_debug mount option.Qu Wenruo1-0/+5
2014-01-28btrfs: Add nodiscard mount option.Qu Wenruo1-1/+5
2014-01-28btrfs: Add noautodefrag mount option.Qu Wenruo1-1/+7
2014-01-28btrfs: Add "barrier" option to support "-o remount,barrier"Qu Wenruo1-1/+7
2014-01-28Btrfs: only fua the first superblock when writting supersWang Shilong1-1/+4
2014-01-28Btrfs: return free space to global_rsv as much as possibleLiu Bo1-1/+1
2014-01-28Btrfs: fix an oops when we fail to relocate tree blocksWang Shilong1-0/+6
2014-01-28Btrfs: fix the wrong nocow range checkMiao Xie1-2/+5
2014-01-28Btrfs: fix an oops when we fail to merge reloc rootsWang Shilong1-7/+3
2014-01-28Btrfs: remove unused argument from select_reloc_root()Wang Shilong1-4/+2
2014-01-28Btrfs: reduce btree node locking duration on item updateFilipe David Borba Manana2-10/+14
2014-01-28fs/btrfs: Integer overflow in btrfs_ioctl_resize()Wenliang Fan1-0/+4
2014-01-28Btrfs: stop caching thread if extent_commit_sem is contendedJosef Bacik1-1/+2
2014-01-28Btrfs: introduce the delayed inode ref deletion for the single link inodeMiao Xie4-6/+157
2014-01-28Btrfs: use flags instead of the bool variants in delayed nodeMiao Xie2-18/+21
2014-01-28Btrfs: remove btrfs_end_transaction_dmeta()Miao Xie3-9/+1
2014-01-28Btrfs: cleanup code of btrfs_balance_delayed_items()Miao Xie1-23/+11
2014-01-28Btrfs: don't run delayed nodes again after all nodes flushMiao Xie1-0/+1
2014-01-28Btrfs: remove residual code in delayed inode async helperMiao Xie1-27/+0
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton29-329/+358
2014-01-28Btrfs: fix tree mod loggingFilipe David Borba Manana1-89/+296
2014-01-28btrfs: check balance of send_in_progressDavid Sterba1-18/+20
2014-01-28Btrfs: remove transaction from btrfs sendWang Shilong1-33/+0
2014-01-28Btrfs: fix double initialization of the raid kobjectMiao Xie1-4/+5
2014-01-28Btrfs: fix a warning when iput a fileWang Shilong1-0/+2
2014-01-28btrfs: Check read-only status of roots during sendDavid Sterba3-3/+79
2014-01-28btrfs: remove unused mnt from send_ctxDavid Sterba1-4/+0
2014-01-28btrfs: send: clean up dead codeDavid Sterba1-50/+8
2014-01-28Btrfs: fix deadlock when iterating inode refs and running delayed inodesFilipe David Borba Manana1-7/+12
2014-01-28Btrfs: remove dead comments for read_csums()Wang Shilong1-6/+0
2014-01-28Btrfs: remove field tree_mod_seq_elem from btrfs_fs_info structFilipe David Borba Manana1-1/+0
2014-01-28Btrfs: fix use of uninitialized err variableFilipe David Borba Manana1-1/+1
2014-01-28Btrfs: remove unnecessary filemap writting and waiting after block group relo...Wang Shilong1-5/+0
2014-01-28Btrfs: fix error check of btrfs_lookup_dentry()Tsutomu Itoh2-7/+21
2014-01-28Btrfs: return immediately if tree log mod is not necessaryFilipe David Borba Manana1-1/+1
2014-01-28Btrfs: move the extent buffer radix tree into the fs_infoJosef Bacik4-39/+34
2014-01-28Btrfs: use a bit to track if we're in the radix treeJosef Bacik2-3/+5
2014-01-28Btrfs: deal with io_tree->mapping being NULLJosef Bacik1-8/+16
2014-01-28Btrfs: more efficient push_leaf_rightFilipe David Borba Manana1-0/+13
2014-01-28Btrfs: wrap repeated code into scrub_blocked_if_needed()Wang Shilong2-27/+19
2014-01-28Btrfs: fix wrong super generation mismatch when scrubbing supersWang Shilong1-19/+26
2014-01-28Btrfs: fix pass of transid with wrong endianness in send.cFilipe David Borba Manana1-3/+3
2014-01-28Btrfs: fix extent_map block_len after mergingFilipe David Borba Manana1-1/+1
2014-01-28btrfs: remove dead codeMichal Nazarewicz1-6/+1
2014-01-28Btrfs: fix max dir item size calculationFilipe David Borba Manana1-1/+1
2014-01-28Btrfs: more efficient extent state insertionsFilipe David Borba Manana1-21/+55
2014-01-28Btrfs: add missing extent state caching callsFilipe David Borba Manana1-1/+3
2014-01-28Btrfs: faster and more efficient extent map insertionFilipe David Borba Manana1-31/+41
2014-01-28Btrfs: fix extent boundary check in bio_readpage_errorFilipe David Borba Manana1-1/+1
2014-01-28Btrfs: try harder to avoid btree node splitsFilipe David Borba Manana1-6/+14
2014-01-28Btrfs: avoid unnecessary ordered extent cache resetsFilipe David Borba Manana1-1/+2
2014-01-28btrfs: fix leaks during sysfs teardownJeff Mahoney1-60/+73
2014-01-28btrfs: fix static checker warningsJeff Mahoney1-2/+2
2014-01-28Btrfs: fix very slow inode eviction and fs unmountFilipe David Borba Manana1-14/+84
2014-01-28Btrfs: improve forever loop when doing balance relocationWang Shilong1-38/+36
2014-01-28Btrfs: fix ordered extent check in btrfs_punch_holeFilipe David Borba Manana1-1/+1
2014-01-28Btrfs: fix the reserved space leak caused by the race between nonlock dio and...Miao Xie1-47/+84
2014-01-28Btrfs: cleanup unnecessary parameter and variant of prepare_pages()Miao Xie1-8/+6
2014-01-28btrfs: replace BUG in can_modify_featureDavid Sterba1-1/+3
2014-01-28btrfs: reserve no transaction units in btrfs_feature_attr_storeDavid Sterba1-1/+1
2014-01-28Btrfs: make btrfs_debug match pr_debug handling related to DEBUGFrank Holton1-0/+6
2014-01-28btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index'Sergei Trofimovich2-71/+0
2014-01-28btrfs: expand btrfs_find_item() to include find_orphan_item functionalityKelley Nielsen4-35/+17
2014-01-28btrfs: expand btrfs_find_item() to include find_root_ref functionalityKelley Nielsen3-20/+11
2014-01-28btrfs: bootstrap generic btrfs_find_item interfaceKelley Nielsen3-36/+43
2014-01-28btrfs: fix unused variables in qgroup.cValentina Giusti1-9/+2
2014-01-28btrfs: replace path->slots[0] with otherwise unused variable 'slot'Valentina Giusti1-2/+2
2014-01-28btrfs: remove unused variable from scrub_fixup_nodatasumValentina Giusti1-2/+0
2014-01-28btrfs: remove unused variable from setup_cluster_no_bitmapValentina Giusti1-2/+0
2014-01-28btrfs: remove unused variables from extent_io.cValentina Giusti1-7/+0
2014-01-28btrfs: remove unused variable from find_free_extentValentina Giusti1-2/+0
2014-01-28btrfs: remove unused variables from disk-io.cValentina Giusti1-11/+0
2014-01-28btrfs: remove unused variable from btrfs_new_inodeValentina Giusti1-6/+0
2014-01-28btrfs: publish fs label in sysfsJeff Mahoney1-0/+44
2014-01-28btrfs: publish device membership in sysfsJeff Mahoney2-0/+33
2014-01-28btrfs: publish allocation data in sysfsJeff Mahoney4-5/+238
2014-01-28btrfs: add ioctl to export size of global metadata reservationJeff Mahoney1-0/+16
2014-01-28btrfs: use feature attribute names to print better error messagesJeff Mahoney3-6/+64
2014-01-28btrfs: add ability to change features via sysfsJeff Mahoney2-4/+117