aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-04-02Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2013-04-01loop: prevent bdev freeing while device in useAnatol Pomozov1-0/+1
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds13-43/+188
2013-03-29Btrfs: don't drop path when printing out tree errors in scrubJosef Bacik1-1/+2
2013-03-28Merge tag 'driver-core-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+16
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds5-1/+68
2013-03-28Btrfs: fix wrong return value of btrfs_lookup_csum()Miao Xie1-1/+3
2013-03-28Btrfs: fix wrong reservation of csumsMiao Xie2-2/+2
2013-03-28Btrfs: fix double free in the btrfs_qgroup_account_ref()Wang Shilong1-2/+1
2013-03-28Btrfs: limit the global reserve to 512mbJosef Bacik1-1/+1
2013-03-28Btrfs: hold the ordered operations mutex when waiting on ordered extentsJosef Bacik1-0/+2
2013-03-28Btrfs: fix space accounting for unlink and renameJosef Bacik1-4/+2
2013-03-28Btrfs: fix space leak when we fail to reserve metadata spaceJosef Bacik1-6/+41
2013-03-28Btrfs: fix EIO from btrfs send in is_extent_unchanged for punched holesJan Schmidt1-6/+4
2013-03-27vfs/splice: Fix missed checks in new __kernel_write() helperAl Viro1-0/+3
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman3-0/+29
2013-03-27vfs: Carefully propogate mounts across user namespacesEric W. Biederman3-1/+12
2013-03-27vfs: Add a mount flag to lock read only bind mountsEric W. Biederman1-0/+3
2013-03-27userns: Don't allow creation if the user is chrootedEric W. Biederman1-0/+24
2013-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-6/+44
2013-03-26Nest rename_lock inside vfsmount_lockAl Viro1-5/+11
2013-03-26Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-32/+89
2013-03-26nfsd4: reject "negative" acl lengthsJ. Bruce Fields1-1/+1
2013-03-26Btrfs: fix race between mmap writes and compressionChris Mason3-0/+49
2013-03-25Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-6/+8
2013-03-22nfsd: fix bad offset useKent Overstreet1-1/+2
2013-03-22vfs,proc: guarantee unique inodes in /procLinus Torvalds1-3/+3
2013-03-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-56/+43
2013-03-21Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds12-81/+540
2013-03-21Btrfs: fix memory leak in btrfs_create_tree()Tsutomu Itoh1-3/+9
2013-03-21Btrfs: fix locking on ROOT_REPLACE operations in tree mod logJan Schmidt1-10/+20
2013-03-21Btrfs: fix missing qgroup reservation before fallocatingWang Shilong1-0/+9
2013-03-21Btrfs: handle a bogus chunk tree nicelyJosef Bacik2-6/+42
2013-03-21Btrfs: update to use fs_state bitLiu Bo1-1/+1
2013-03-21cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton1-48/+5
2013-03-21Don't bother with redoing rw_verify_area() from default_file_splice_from()Al Viro3-1/+33
2013-03-21NFSv4.1: Add a helper pnfs_commit_and_return_layoutTrond Myklebust3-1/+34
2013-03-21NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnTrond Myklebust2-9/+27
2013-03-21NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2-15/+18
2013-03-21pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting1-2/+2
2013-03-20sysfs: handle failure path correctly for readdir()Ming Lei1-0/+4
2013-03-20sysfs: fix race between readdir and lseekMing Lei1-1/+12
2013-03-20NFSv4: Fix the string length returned by the idmapperTrond Myklebust1-5/+8
2013-03-20ext4: fix data=journal fast mount/umount hangTheodore Ts'o1-1/+2
2013-03-20ext4: fix ext4_evict_inode() racing against workqueue processing codeTheodore Ts'o3-4/+14
2013-03-19Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-2/+8
2013-03-18nfsd: fix startup order in nfsd_reply_cache_initJeff Layton1-4/+4
2013-03-18nfsd: only unhash DRC entries that are in the hashtableJeff Layton1-1/+2
2013-03-18xfs: ensure we capture IO errors correctlyDave Chinner1-0/+6
2013-03-18xfs: fix xfs_iomap_eof_prealloc_initial_size typeMark Tinguely1-1/+1
2013-03-18xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Brian Foster1-1/+1
2013-03-18ext4: fix memory leakage in mext_check_coverageDmitry Monakhov1-16/+19
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds7-12/+25
2013-03-15Btrfs: fix warning of free_extent_mapLiu Bo1-0/+1
2013-03-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-7/+9
2013-03-14Btrfs: fix warning when creating snapshotsLiu Bo1-6/+5
2013-03-14Btrfs: return as soon as possible when edquot happensWang Shilong1-4/+6
2013-03-14Btrfs: return EIO if we have extent tree corruptionJosef Bacik1-1/+4
2013-03-14btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2013-03-14Btrfs: remove btrfs_try_spin_lockLiu Bo1-1/+0
2013-03-14Btrfs: get better concurrency for snapshot-aware defrag workLiu Bo1-0/+3
2013-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds10-0/+11
2013-03-13nfsd: convert to idr_alloc()Tejun Heo1-3/+2
2013-03-13nfsd: remove unused get_new_stid()Tejun Heo1-31/+0
2013-03-13cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik3-1/+33
2013-03-13cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu2-7/+5
2013-03-13ext2: Fix BUG_ON in evict() on inode deletionJan Kara2-1/+2
2013-03-12fs: Readd the fs module aliases.Eric W. Biederman5-0/+6
2013-03-12Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers1-8/+7
2013-03-12ext4: use s_extent_max_zeroout_kb value as number of kbLukas Czerner1-1/+1
2013-03-12vfs: fix pipe counter breakageAl Viro1-0/+3
2013-03-11ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o5-15/+15
2013-03-11reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu1-3/+1
2013-03-11ext3: Fix format string issuesLars-Peter Clausen1-2/+2
2013-03-11quota: add missing use of dq_data_lock in __dquot_initializeJeff Mahoney1-1/+4
2013-03-11jbd2: fix use after free in jbd2_journal_dirty_metadata()Jan Kara1-5/+10
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman5-0/+5
2013-03-11hostfs: fix a not needed double checkMarco Stornelli1-8/+1
2013-03-10ext4: reserve metadata block for every delayed writeLukas Czerner1-2/+61
2013-03-10ext4: update reserved space after the 'correction'Lukas Czerner1-3/+9
2013-03-10ext4: do not use yield()Lukas Czerner2-7/+3
2013-03-10ext4: remove unused variable in ext4_free_blocks()Lukas Czerner1-3/+0
2013-03-10ext4: fix WARN_ON from ext4_releasepage()Jan Kara1-2/+2
2013-03-10ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu1-1/+5
2013-03-10ext4: update extent status tree after an extent is zeroed outZheng Liu4-4/+61
2013-03-10ext4: fix wrong m_len value after unwritten extent conversionZheng Liu1-0/+4
2013-03-10ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov3-0/+277
2013-03-10ext4: avoid a potential overflow in ext4_es_can_be_merged()Zheng Liu1-5/+15
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds55-15/+67
2013-03-09proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman1-6/+6
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds9-130/+221
2013-03-08Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-17/+13
2013-03-08vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlinkLinus Torvalds1-2/+0
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-26/+64
2013-03-07Btrfs: improve the delayed inode throttlingChris Mason2-61/+92
2013-03-07fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman2-1/+1
2013-03-06Btrfs: fix a mismerge in btrfs_balance()Ilya Dryomov1-0/+5
2013-03-06CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky1-0/+1
2013-03-06cifs: don't try to unlock pagecache page after releasing itJeff Layton1-1/+1
2013-03-06cifs: remove the sockopt= mount optionJeff Layton1-15/+1
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason6-67/+120
2013-03-06cifs: Check server capability before attempting silly renameSachin Prabhu1-0/+9
2013-03-06cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu1-1/+1
2013-03-05Btrfs: enforce min_bytes parameter during extent allocationChris Mason1-2/+4
2013-03-04Btrfs: allow running defrag in parallel to administrative tasksStefan Behrens1-8/+0
2013-03-04Btrfs: avoid deadlock on transaction waiting listLiu Bo1-0/+7
2013-03-04Btrfs: do not BUG_ON on aborted situationLiu Bo2-3/+12
2013-03-04Btrfs: do not BUG_ON in prepare_to_relocLiu Bo1-1/+9
2013-03-04Btrfs: free all recorded tree blocks on errorLiu Bo1-3/+6
2013-03-04Btrfs: build up error handling for merge_reloc_rootsLiu Bo1-12/+35
2013-03-04Btrfs: check for NULL pointer in updating reloc rootsLiu Bo1-0/+2
2013-03-04Btrfs: fix unclosed transaction handler when the async transaction commitment...Miao Xie1-0/+4
2013-03-04Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie3-39/+41
2013-03-04Btrfs: use set_nlink if our i_nlink is 0Josef Bacik1-1/+4
2013-03-03eCryptfs: allow userspace messaging to be disabledKees Cook4-6/+53
2013-03-04ext4: invalidate extent status tree during extent migrationDmitry Monakhov1-0/+8
2013-03-04ext4: remove unnecessary wait for extent conversion in ext4_fallocate()Jan Kara1-2/+0
2013-03-04ext4: add warning to ext4_convert_unwritten_extents_endioDmitry Monakhov1-1/+12
2013-03-04ext4: disable merging of uninitialized extentsDmitry Monakhov1-3/+5
2013-03-04ext4: ext4_split_extent should take care of extent zerooutDmitry Monakhov1-6/+17
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman54-9/+61
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds15-126/+79
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+1
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2013-03-03btrfs/raid56: Add missing #include <linux/vmalloc.h>Geert Uytterhoeven1-0/+1
2013-03-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds8-54/+67
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-23/+55
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds46-1518/+5421
2013-03-02ext4: enable quotas before orphan cleanupJan Kara1-10/+10
2013-03-02ext4: don't allow quota mount options when quota feature enabledJan Kara1-7/+26
2013-03-02ext4: fix a warning from sparse check for ext4_dir_llseekZheng Liu1-1/+1
2013-03-02ext4: convert number of blocks to clusters properlyLukas Czerner4-9/+9
2013-03-02ext4: fix possible memory leak in ext4_remount()Wei Yongjun1-0/+1
2013-03-02jbd2: fix ERR_PTR dereference in jbd2__journal_startDmitry Monakhov1-1/+1
2013-03-02Revert some of "binfmt_elf: cleanups"James Hogan1-0/+4
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-6/+28
2013-03-02ext4: use percpu counter for extent cache countTheodore Ts'o3-5/+10
2013-03-02compat: restore timerfd settime and gettime compat syscallsHeiko Carstens1-5/+5
2013-03-01constify path_get/path_put and fs_struct.c stuffAl Viro3-6/+6
2013-03-01cache the value of file_inode() in struct fileAl Viro2-1/+4
2013-03-01Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-5/+19
2013-03-01autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree()Tim Gardner1-4/+2
2013-03-01autofs - Fix sparse warning: context imbalance in autofs4_d_automount() diffe...Peter Huewe1-1/+3
2013-03-01btrfs: fixup/remove module.h usage as requiredPaul Gortmaker4-4/+1
2013-03-01Btrfs: delete inline extents when we find them during loggingJosef Bacik1-0/+18
2013-03-01btrfs: try harder to allocate raid56 stripe cacheDavid Sterba2-7/+26
2013-03-01Btrfs: cleanup to make the function btrfs_delalloc_reserve_metadata more logicWang Shilong1-44/+38
2013-03-01Btrfs: don't call btrfs_qgroup_free if just btrfs_qgroup_reserve failsWang Shilong1-5/+6
2013-03-01Btrfs: remove reduplicate check about root in the function btrfs_clean_quota_...Wang Shilong1-3/+0
2013-03-01Btrfs: return ENOMEM rather than use BUG_ON when btrfs_alloc_path failsWang Shilong1-3/+9
2013-03-01Btrfs: fix missing deleted items in btrfs_clean_quota_treeWang Shilong1-13/+21
2013-02-28ext4: optimize ext4_es_shrink()Theodore Ts'o2-26/+14
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds24-247/+489
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds11-105/+265
2013-02-28NFSv4.1: LAYOUTGET EDELAY loops timeout to the MDSWeston Andros Adamson2-5/+11
2013-02-28PNFS: set the default DS timeout to 60 secondsWeston Andros Adamson1-1/+1
2013-02-28NFSv4: Fix another open/open_recovery deadlockTrond Myklebust1-0/+1
2013-02-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-47/+25
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds4-4/+30
2013-02-28btrfs: use only inline_pages from extent bufferDavid Sterba2-17/+7
2013-02-28Btrfs: fix wrong reserved space when deleting a snapshot/subvolumeMiao Xie1-2/+19
2013-02-28Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie5-36/+105
2013-02-28Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshotMiao Xie3-8/+8
2013-02-28btrfs: remove a printk from scan_one_deviceDavid Sterba1-1/+0
2013-02-28Btrfs: fix NULL pointer after aborting a transactionLiu Bo1-1/+7
2013-02-28Btrfs: fix memory leak of log rootsLiu Bo2-2/+9
2013-02-28Btrfs: copy everything if we've created an inline extentJosef Bacik1-0/+1
2013-02-28cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue()Ouyang Maochun1-1/+4
2013-02-289p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentryAl Viro1-3/+17
2013-02-289p: make sure ->lookup() adds fid to the right dentryAl Viro1-2/+5
2013-02-289p: untangle ->lookup() a bitAl Viro1-18/+9
2013-02-289p: double iput() in ->lookup() if d_materialise_unique() failsAl Viro1-1/+0
2013-02-289p: v9fs_fid_add() can't fail nowAl Viro4-22/+11
2013-02-28v9fs: get rid of v9fs_dentryAl Viro3-51/+9
2013-02-27Merge branch 'akpm' (final batch from Andrew)Linus Torvalds66-479/+2034
2013-02-279p: turn fid->dlist into hlistAl Viro3-10/+8
2013-02-279p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just...Al Viro2-7/+6
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin23-115/+69
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo1-1/+1
2013-02-27nfs4client: convert to idr_alloc()Tejun Heo1-7/+6
2013-02-27ocfs2: convert to idr_alloc()Tejun Heo1-19/+13
2013-02-27inotify: convert to idr_alloc()Tejun Heo1-13/+11
2013-02-27dlm: convert to idr_alloc()Tejun Heo2-26/+19
2013-02-27inotify: don't use idr_remove_all()Tejun Heo1-1/+0
2013-02-27nfs: idr_destroy() no longer needs idr_remove_all()Tejun Heo1-1/+0
2013-02-27dlm: don't use idr_remove_all()Tejun Heo2-2/+1
2013-02-27dlm: use idr_for_each_entry() in recover_idr_clear() error pathTejun Heo1-13/+10
2013-02-27fs/seq_file.c:seq_lseek(): fix switch statement indentingAndrew Morton1-20/+20
2013-02-27seq-file: use SEEK_ macros instead of hardcoded numbersCyrill Gorcunov1-2/+2
2013-02-27fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...Zhang Yanfei1-13/+7
2013-02-27fs/proc: clean up printksAndrew Morton7-46/+39
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook3-7/+8
2013-02-27fat: mark fs as dirty on mount and clean on umountOleksij Rempel2-0/+68
2013-02-27fat: add extended fileds to struct fat_boot_sectorOleksij Rempel1-4/+4
2013-02-27hfsplus: fix issue with unzeroed unused b-tree nodesVyacheslav Dubeyko1-0/+2
2013-02-27hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko13-183/+287
2013-02-27hfsplus: rework functionality of getting, setting and deleting of extended at...Vyacheslav Dubeyko5-0/+999
2013-02-27hfsplus: add functionality of manipulating by records in attributes treeVyacheslav Dubeyko1-0/+399
2013-02-27hfsplus: add on-disk layout declarations related to attributes treeVyacheslav Dubeyko1-2/+66
2013-02-27ocfs2: ac->ac_allow_chain_relink=0 won't disable group relinkXiaowei.Hu2-5/+4