Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | list_lru: dynamically adjust node arrays | Glauber Costa | 2013-09-10 | 3 | -5/+22 | |
| * | | | | | | fs: convert fs shrinkers to new scan/count API | Dave Chinner | 2013-09-10 | 14 | -96/+158 | |
| * | | | | | | xfs: fix dquot isolation hang | Dave Chinner | 2013-09-10 | 1 | -4/+6 | |
| * | | | | | | xfs-convert-dquot-cache-lru-to-list_lru-fix | Andrew Morton | 2013-09-10 | 1 | -3/+3 | |
| * | | | | | | xfs: convert dquot cache lru to list_lru | Dave Chinner | 2013-09-10 | 3 | -144/+144 | |
| * | | | | | | xfs: rework buffer dispose list tracking | Dave Chinner | 2013-09-10 | 2 | -58/+79 | |
| * | | | | | | xfs-convert-buftarg-lru-to-generic-code-fix | Andrew Morton | 2013-09-10 | 1 | -3/+3 | |
| * | | | | | | xfs: convert buftarg LRU to generic code | Dave Chinner | 2013-09-10 | 2 | -93/+82 | |
| * | | | | | | fs: convert inode and dentry shrinking to be node aware | Dave Chinner | 2013-09-10 | 5 | -19/+31 | |
| * | | | | | | shrinker: add node awareness | Dave Chinner | 2013-09-10 | 1 | -0/+1 | |
| * | | | | | | list_lru: remove special case function list_lru_dispose_all. | Glauber Costa | 2013-09-10 | 1 | -20/+29 | |
| * | | | | | | dcache: convert to use new lru list infrastructure | Dave Chinner | 2013-09-10 | 2 | -98/+83 | |
| * | | | | | | inode: move inode to a different list inside lock | Glauber Costa | 2013-09-10 | 1 | -1/+1 | |
| * | | | | | | inode: convert inode lru list to generic lru list code. | Dave Chinner | 2013-09-10 | 2 | -112/+75 | |
| * | | | | | | shrinker: convert superblock shrinkers to new API | Dave Chinner | 2013-09-10 | 7 | -42/+68 | |
| * | | | | | | dcache: remove dentries from LRU before putting on dispose list | Dave Chinner | 2013-09-10 | 1 | -21/+78 | |
| * | | | | | | dentry: move to per-sb LRU locks | Dave Chinner | 2013-09-10 | 2 | -17/+17 | |
| * | | | | | | dcache: convert dentry_stat.nr_unused to per-cpu counters | Dave Chinner | 2013-09-10 | 1 | -3/+27 | |
| * | | | | | | super: fix calculation of shrinkable objects for small numbers | Glauber Costa | 2013-09-10 | 7 | -15/+14 | |
| * | | | | | | fs: bump inode and dentry counters to long | Glauber Costa | 2013-09-10 | 3 | -14/+14 | |
| * | | | | | | Add missing unlocks to error paths of mountpoint_last. | Dave Jones | 2013-09-10 | 1 | -1/+4 | |
| * | | | | | | ... and fold the renamed __vfs_follow_link() into its only caller | Al Viro | 2013-09-10 | 1 | -24/+14 | |
| * | | | | | | fs: remove vfs_follow_link | Christoph Hellwig | 2013-09-10 | 1 | -8/+2 | |
* | | | | | | | Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-09-12 | 3 | -28/+21 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | NFSv4.1: sp4_mach_cred: WARN_ON -> WARN_ON_ONCE | Weston Andros Adamson | 2013-09-11 | 1 | -2/+2 | |
| * | | | | | | | NFSv4.1: sp4_mach_cred: no need to ref count creds | Weston Andros Adamson | 2013-09-11 | 1 | -3/+3 | |
| * | | | | | | | NFSv4.1: fix SECINFO* use of put_rpccred | Weston Andros Adamson | 2013-09-11 | 1 | -6/+10 | |
| * | | | | | | | NFSv4.1: sp4_mach_cred: ask for WRITE and COMMIT | Weston Andros Adamson | 2013-09-11 | 1 | -2/+4 | |
| * | | | | | | | NFSv4.1 fix decode_free_stateid | Andy Adamson | 2013-09-10 | 1 | -15/+2 | |
* | | | | | | | | vfs: make d_path() get the root path under RCU | Linus Torvalds | 2013-09-12 | 1 | -2/+14 | |
* | | | | | | | | vfs: use __getname/__putname for getcwd() system call | Linus Torvalds | 2013-09-12 | 1 | -5/+5 | |
* | | | | | | | | vfs: don't copy things to user space holding the rcu readlock | Linus Torvalds | 2013-09-12 | 1 | -1/+2 | |
* | | | | | | | | vfs: make getcwd() get the root and pwd path under rcu | Linus Torvalds | 2013-09-12 | 1 | -11/+12 | |
* | | | | | | | | vfs: move get_fs_root_and_pwd() to single caller | Linus Torvalds | 2013-09-12 | 1 | -0/+11 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-09-12 | 41 | -2348/+3959 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Btrfs: optimize key searches in btrfs_search_slot | Filipe David Borba Manana | 2013-09-01 | 1 | -2/+40 | |
| * | | | | | | | | Btrfs: don't use an async starter for most of our workers | Josef Bacik | 2013-09-01 | 1 | -7/+4 | |
| * | | | | | | | | Btrfs: only update disk_i_size as we remove extents | Josef Bacik | 2013-09-01 | 1 | -3/+28 | |
| * | | | | | | | | Btrfs: fix deadlock in uuid scan kthread | Filipe David Borba Manana | 2013-09-01 | 1 | -17/+18 | |
| * | | | | | | | | Btrfs: stop refusing the relocation of chunk 0 | Ilya Dryomov | 2013-09-01 | 1 | -4/+2 | |
| * | | | | | | | | Btrfs: fix memory leak of uuid_root in free_fs_info | Filipe David Borba Manana | 2013-09-01 | 1 | -0/+1 | |
| * | | | | | | | | btrfs: reuse kbasename helper | Andy Shevchenko | 2013-09-01 | 1 | -12/+6 | |
| * | | | | | | | | btrfs: return btrfs error code for dev excl ops err | Anand Jain | 2013-09-01 | 1 | -8/+4 | |
| * | | | | | | | | Btrfs: allow partial ordered extent completion | Josef Bacik | 2013-09-01 | 3 | -18/+62 | |
| * | | | | | | | | Btrfs: convert all bug_ons in free-space-cache.c | Josef Bacik | 2013-09-01 | 1 | -14/+14 | |
| * | | | | | | | | Btrfs: add support for asserts | Josef Bacik | 2013-09-01 | 2 | -0/+25 | |
| * | | | | | | | | Btrfs: adjust the fs_devices->missing count on unmount | Josef Bacik | 2013-09-01 | 1 | -0/+2 | |
| * | | | | | | | | Btrf: cleanup: don't check for root_refs == 0 twice | Stefan Behrens | 2013-09-01 | 3 | -13/+0 | |
| * | | | | | | | | Btrfs: fix for patch "cleanup: don't check the same thing twice" | Stefan Behrens | 2013-09-01 | 1 | -1/+4 | |
| * | | | | | | | | Btrfs: get rid of one BUG() in write_all_supers() | Stefan Behrens | 2013-09-01 | 1 | -2/+4 |