aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-03-10Merge branch 'akpm' (patches from Andrew Morton)HEADmasterLinus Torvalds5-2/+56
2014-03-10hfsplus: add HFSX subfolder count supportSergei Antonov4-2/+55
2014-03-10fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev1-0/+1
2014-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-32/+79
2014-03-10get rid of fget_light()Al Viro2-28/+44
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds4-15/+46
2014-03-10ocfs2 syncs the wrong range...Al Viro1-4/+4
2014-03-09Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-29/+30
2014-03-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+1
2014-03-05NFSv4: Fail the truncate() if the lock/open stateid is invalidTrond Myklebust1-3/+6
2014-03-05NFSv4.1 Fail data server I/O if stateid represents a lost lockAndy Adamson1-4/+6
2014-03-05NFSv4: Fix the return value of nfs4_select_rw_stateidTrond Myklebust1-11/+3
2014-03-05NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust1-2/+3
2014-03-04hfsplus: fix remount issueVyacheslav Dubeyko1-1/+1
2014-03-04ocfs2: fix quota file corruptionJan Kara2-14/+17
2014-03-04mm: close PageTail raceDavid Rientjes1-3/+2
2014-03-02NFS: Fix a delegation callback raceTrond Myklebust1-4/+7
2014-03-02Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+10
2014-03-01NFSv4: Fix another nfs4_sequence corruptorTrond Myklebust1-5/+5
2014-02-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds15-51/+100
2014-02-25sysfs: fix namespace refcnt leakLi Zefan2-3/+10
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara4-3/+34
2014-02-25fanotify: Handle overflow in case of permission eventsJan Kara2-6/+14
2014-02-25fsnotify: Fix detection whether overflow event is queuedJan Kara1-1/+5
2014-02-22Merge branch 'xfs-fixes-for-3.14-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-26/+43
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara3-32/+18
2014-02-21bio-integrity: Drop bio_integrity_verify BUG_ON in post bip->bip_iter worldNicholas Bellinger1-4/+1
2014-02-20quota: Fix race between dqput() and dquot_scan_active()Jan Kara1-3/+11
2014-02-20udf: Fix data corruption on file type conversionJan Kara2-2/+13
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2014-02-19Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-15/+35
2014-02-19NFS fix error return in nfs4_select_rw_stateidAndy Adamson1-1/+4
2014-02-19xfs: limit superblock corruption errors to actual corruptionEric Sandeen1-3/+2
2014-02-19xfs: skip verification on initial "guess" superblock readEric Sandeen2-10/+17
2014-02-19xfs: xfs_sb_read_verify() doesn't flag bad crcs on primary sbEric Sandeen1-1/+1
2014-02-18Merge tag 'jfs-3.14-rc4' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-0/+2
2014-02-18Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-23/+43
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara6-6/+7
2014-02-17jbd2: fix use after free in jbd2_journal_start_reserved()Dan Carpenter1-2/+4
2014-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-35/+93
2014-02-17Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-28/+78
2014-02-17FS-Cache: Handle removal of unadded object to the fscache_object_list rb treeDavid Howells2-0/+8
2014-02-17reiserfs: fix utterly brain-damaged indentation.Dave Jones1-700/+195
2014-02-17ceph: fix __dcache_readdir()Yan, Zheng1-1/+9
2014-02-17ceph: add acl, noacl options for cephfs mountSage Weil1-4/+28
2014-02-17ceph: make ceph_forget_all_cached_acls() static inlineGuangliang Zhao2-6/+6
2014-02-17ceph: add missing init_acl() for mkdir() and atomic_open()Yan, Zheng2-5/+9
2014-02-17ceph: fix ceph_set_acl()Yan, Zheng1-5/+1
2014-02-17ceph: fix ceph_removexattr()Yan, Zheng1-1/+1
2014-02-17ceph: remove xattr when null value is given to setxattr()Yan, Zheng1-2/+14
2014-02-17ceph: properly handle XATTR_CREATE and XATTR_REPLACEYan, Zheng1-12/+26
2014-02-17NFSv4: Use the correct net namespace in nfs4_update_serverTrond Myklebust3-10/+12
2014-02-16ext4: don't leave i_crtime.tv_sec uninitializedTheodore Ts'o1-0/+2
2014-02-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds6-22/+28
2014-02-15ext4: fix online resize with a non-standard blocks per group settingTheodore Ts'o1-1/+1
2014-02-15ext4: fix online resize with very large inode tablesTheodore Ts'o1-12/+20
2014-02-15Btrfs: use right clone root offset for compressed extentsFilipe David Borba Manana1-0/+10
2014-02-15btrfs: fix null pointer deference at btrfs_sysfs_add_one+0x105Anand Jain1-2/+8
2014-02-14CIFS: Fix too big maxBuf size for SMB3 mountsPavel Shilovsky3-11/+10
2014-02-14cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton1-3/+34
2014-02-14Btrfs: unset DCACHE_DISCONNECTED when mounting default subvolJosef Bacik2-2/+9
2014-02-14Btrfs: fix max_inline mount optionMitch Harder1-1/+1
2014-02-14Btrfs: fix a lockdep warning when cleaning up aborted transactionLiu Bo1-1/+0
2014-02-14Revert "btrfs: add ioctl to export size of global metadata reservation"Chris Mason1-16/+0
2014-02-14Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-6/+11
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-7/+21
2014-02-13jfs: set i_ctime when setting ACLDave Kleikamp1-0/+2
2014-02-13lockd: send correct lock when granting a delayed lock.NeilBrown1-0/+8
2014-02-12ext4: don't try to modify s_flags if the the file system is read-onlyTheodore Ts'o1-7/+13
2014-02-12ext4: fix error paths in swap_inode_boot_loader() Zheng Liu1-1/+2
2014-02-12ext4: fix xfstest generic/299 block validity failuresEric Whitney1-0/+1
2014-02-11nfsd4: fix acl buffer overrunJ. Bruce Fields1-6/+3
2014-02-11block: Fix cloning of discard/write same biosKent Overstreet1-5/+10
2014-02-10Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds6-23/+81
2014-02-10ocfs2: check existence of old dentry in ocfs2_link()Xue jiufei1-0/+17
2014-02-10ocfs2: update inode size after zeroing the holeJunxiao Bi1-8/+32
2014-02-10ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_sizeYounger Liu2-8/+3
2014-02-10mm: fix page leak at nfs_symlink()Rafael Aquini1-0/+5
2014-02-10ocfs2: fix ocfs2_sync_file() if filesystem is readonlyYounger Liu1-0/+3
2014-02-10fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmemEric W. Biederman1-1/+1
2014-02-10vmcore: prevent PT_NOTE p_memsz overflow during header updateGreg Pearson1-6/+20
2014-02-10[CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French7-14/+34
2014-02-10Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-39/+91
2014-02-10NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFSTrond Myklebust2-4/+19
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-22/+5
2014-02-10xfs: ensure correct log item buffer alignmentDave Chinner1-4/+15
2014-02-10xfs: ensure correct timestamp updates from truncateChristoph Hellwig1-8/+8
2014-02-09fs: Mark function as static in fs/bio-integrity.cRashika Kheria1-1/+2
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-07[CIFS] clean up page array when uncached write send failsSteve French6-19/+33
2014-02-07cifs: use a flexarray in cifs_writedataJeff Layton2-8/+2
2014-02-07Merge tag 'driver-core-3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+8
2014-02-07block: Fix nr_vecs for inline integrity vectorsMartin K. Petersen1-1/+9
2014-02-07retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French4-8/+43
2014-02-07Add protocol specific operation for CIFS xattrsSteve French2-4/+13
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-03nfs: include xattr.h from fs/nfs/nfs3proc.cTejun Heo1-0/+1
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