summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-11-08xfs: add EOFBLOCKS inode tagging/untaggingBrian Foster7-0/+85
2012-11-07xfs: report projid32bit feature in geometry callEric Sandeen2-2/+5
2012-11-07xfs: fix reading of wrapped log dataDave Chinner1-1/+1
2012-11-07xfs: fix buffer shudown reference count mismatchDave Chinner1-0/+18
2012-11-07xfs: don't vmap inode cluster buffers during freeDave Chinner1-1/+2
2012-11-07xfs: invalidate allocbt blocks moved to the free listDave Chinner1-0/+2
2012-11-02xfs: Update inode alloc commentsCarlos Maiolino2-12/+12
2012-11-02xfs: silence uninitialised f.file warning.Dave Chinner1-1/+1
2012-11-02xfs: growfs: don't read garbage for new secondary superblocksDave Chinner1-2/+19
2012-10-18xfs: move allocation stack switch up to xfs_bmapi_allocateDave Chinner4-56/+54
2012-10-18xfs: introduce XFS_BMAPI_STACK_SWITCHDave Chinner5-3/+13
2012-10-18xfs: zero allocation_args on the kernel stackMark Tinguely3-0/+5
2012-10-17xfs: only update the last_sync_lsn when a transaction completesDave Chinner1-3/+16
2012-10-17xfs: remove xfs_iget.cDave Chinner12-470/+430
2012-10-17xfs: move inode locking functions to xfs_inode.cDave Chinner2-251/+250
2012-10-17xfs: rename xfs_sync.[ch] to xfs_icache.[ch]Dave Chinner8-4/+6
2012-10-17xfs: xfs_quiesce_attr() should quiesce the log like unmountDave Chinner3-40/+27
2012-10-17xfs: move xfs_quiesce_attr() into xfs_super.cDave Chinner3-68/+67
2012-10-17xfs: xfs_sync_fsdata is redundantDave Chinner2-72/+14
2012-10-17xfs: syncd workqueue is no moreDave Chinner5-34/+30
2012-10-17xfs: xfs_sync_data is redundant.Dave Chinner8-108/+34
2012-10-17xfs: Bring some sanity to log unmountingDave Chinner2-27/+26
2012-10-17xfs: sync work is now only periodic log workDave Chinner7-61/+62
2012-10-17xfs: don't run the sync work if the filesystem is read-onlyDave Chinner2-13/+18
2012-10-17xfs: rationalise xfs_mount_wq usersDave Chinner3-38/+23
2012-10-17xfs: xfs_syncd_stop must dieDave Chinner3-35/+26
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+7
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-3/+3
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds15-305/+227
2012-10-12procfs: don't need a PATH_MAX allocation to hold a string representation of a...Jeff Layton1-2/+3
2012-10-12vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton1-20/+49
2012-10-12audit: make audit_inode take struct filenameJeff Layton1-9/+7
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton4-16/+36
2012-10-12vfs: turn do_path_lookup into wrapper around struct filename variantJeff Layton1-7/+23
2012-10-12audit: allow audit code to satisfy getname requests from its names_listJeff Layton1-0/+4
2012-10-12vfs: define struct filename and have getname() return itJeff Layton7-61/+88
2012-10-12btrfs: Fix compilation with user namespace support enabledEric W. Biederman1-2/+2
2012-10-12userns: Fix posix_acl_file_xattr_userns gid conversionEric W. Biederman1-1/+1
2012-10-12vfs: unexport getname and putname symbolsJeff Layton1-2/+0
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2-2/+2
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton3-13/+13
2012-10-12audit: reverse arguments to audit_inode_childJeff Layton2-2/+2
2012-10-12audit: remove unnecessary NULL ptr checks from do_path_lookupJeff Layton1-6/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds27-135/+130
2012-10-12Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-15/+23
2012-10-11vfs: bogus warnings in fs/namei.cArnd Bergmann1-0/+1
2012-10-11consitify do_mount() argumentsAl Viro1-6/+6
2012-10-11Merge Trond's bugfixesJ. Bruce Fields2-3/+3
2012-10-11autofs4 - fix reset pending flag on mount failIan Kent1-2/+4