Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | xfs: remove unused procfs code | Bill O'Donnell | 2015-10-11 | 1 | -74/+0 | |
| * | | | | | | | | xfs: create symlink proc/fs/xfs/stat to sys/fs/xfs/stats | Bill O'Donnell | 2015-10-11 | 1 | -2/+3 | |
| * | | | | | | | | xfs: create global stats and stats_clear in sysfs | Bill O'Donnell | 2015-10-11 | 6 | -17/+178 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2015-11-12 | 19 | -248/+316 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | nfsd: fix race with open / open upgrade stateids | Andrew Elble | 2015-11-10 | 1 | -25/+53 | |
| * | | | | | | | | nfsd: eliminate sending duplicate and repeated delegations | Andrew Elble | 2015-11-10 | 1 | -10/+84 | |
| * | | | | | | | | nfsd: remove recurring workqueue job to clean DRC | Jeff Layton | 2015-11-10 | 1 | -26/+0 | |
| * | | | | | | | | nfsd: ensure that seqid morphing operations are atomic wrt to copies | Jeff Layton | 2015-10-23 | 3 | -39/+31 | |
| * | | | | | | | | nfsd: serialize layout stateid morphing operations | Jeff Layton | 2015-10-23 | 3 | -4/+26 | |
| * | | | | | | | | nfsd: improve client_has_state to check for unused openowners | J. Bruce Fields | 2015-10-23 | 1 | -8/+12 | |
| * | | | | | | | | nfsd: fix clid_inuse on mount with security change | J. Bruce Fields | 2015-10-23 | 1 | -2/+8 | |
| * | | | | | | | | nfsd: move include of state.h from trace.c to trace.h | Jeff Layton | 2015-10-23 | 2 | -2/+2 | |
| * | | | | | | | | lockd: get rid of reference-counted NSM RPC clients | Andrey Ryabinin | 2015-10-23 | 4 | -78/+16 | |
| * | | | | | | | | lockd: create NSM handles per net namespace | Andrey Ryabinin | 2015-10-12 | 6 | -19/+30 | |
| * | | | | | | | | nfsd: switch unsigned char flags in svc_fh to bools | Jeff Layton | 2015-10-12 | 6 | -20/+17 | |
| * | | | | | | | | nfsd: move svc_fh->fh_maxsize to just after fh_handle | Jeff Layton | 2015-10-12 | 1 | -1/+1 | |
| * | | | | | | | | nfsd: drop null test before destroy functions | Julia Lawall | 2015-10-12 | 1 | -4/+2 | |
| * | | | | | | | | nfsd: serialize state seqid morphing operations | Jeff Layton | 2015-10-12 | 2 | -14/+38 | |
* | | | | | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2015-11-11 | 12 | -98/+86 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | fs: 9p: cache.h: Add #define of include guard | Tzvetelin Katchov | 2015-11-11 | 1 | -0/+1 | |
| * | | | | | | | vfs: remove unused wrapper block_page_mkwrite() | Ross Zwisler | 2015-11-11 | 4 | -26/+6 | |
| * | | | | | | | binfmt_elf: Correct `arch_check_elf's description | Maciej W. Rozycki | 2015-11-11 | 1 | -1/+1 | |
| * | | | | | | | fs: fix writeback.c kernel-doc warnings | Randy Dunlap | 2015-11-11 | 1 | -1/+2 | |
| * | | | | | | | fs: fix inode.c kernel-doc warning | Randy Dunlap | 2015-11-11 | 1 | -0/+1 | |
| * | | | | | | | fs/pipe.c: return error code rather than 0 in pipe_write() | Eric Biggers | 2015-11-11 | 1 | -5/+4 | |
| * | | | | | | | fs/pipe.c: preserve alloc_file() error code | Eric Biggers | 2015-11-11 | 1 | -3/+6 | |
| * | | | | | | | binfmt_elf: Don't clobber passed executable's file header | Maciej W. Rozycki | 2015-11-11 | 1 | -5/+5 | |
| * | | | | | | | FS-Cache: Handle a write to the page immediately beyond the EOF marker | David Howells | 2015-11-11 | 2 | -31/+38 | |
| * | | | | | | | cachefiles: perform test on s_blocksize when opening cache file. | NeilBrown | 2015-11-11 | 2 | -6/+2 | |
| * | | | | | | | FS-Cache: Don't override netfs's primary_index if registering failed | Kinglong Mee | 2015-11-11 | 1 | -18/+17 | |
| * | | | | | | | FS-Cache: Increase reference of parent after registering, netfs success | Kinglong Mee | 2015-11-11 | 1 | -5/+4 | |
| * | | | | | | | debugfs: fix refcount imbalance in start_creating | Daniel Borkmann | 2015-11-11 | 1 | -1/+5 | |
* | | | | | | | | Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-11-11 | 1 | -4/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | direct-io: be sure to assign dio->bio_bdev for both paths | Jens Axboe | 2015-11-10 | 1 | -3/+3 | |
| * | | | | | | | | directio: add block polling support | Jens Axboe | 2015-11-07 | 1 | -4/+10 | |
* | | | | | | | | | Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2015-11-11 | 11 | -34/+107 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs | Dongsheng Yang | 2015-11-07 | 5 | -2/+81 | |
| * | | | | | | | | | ubifs: make ubifs_[get|set]xattr atomic | Dongsheng Yang | 2015-11-07 | 1 | -3/+9 | |
| * | | | | | | | | | UBIFS: Delete unnecessary checks before the function call "iput" | Markus Elfring | 2015-11-06 | 1 | -4/+2 | |
| * | | | | | | | | | UBIFS: Fix possible memory leak in ubifs_readdir() | Richard Weinberger | 2015-11-06 | 1 | -2/+3 | |
| * | | | | | | | | | fs/ubifs: remove unnecessary new_valid_dev check | Yaowei Bai | 2015-11-06 | 2 | -10/+2 | |
| * | | | | | | | | | UBIFS: print verbose message when rescanning a corrupted node | shengyong | 2015-10-03 | 1 | -1/+1 | |
| * | | | | | | | | | UBIFS: call dbg_is_power_cut() instead of reading c->dbg->pc_happened | shengyong | 2015-10-03 | 1 | -4/+4 | |
| * | | | | | | | | | UBIFS: fix a typo in comment of ubifs_budget_req | Dongsheng Yang | 2015-10-03 | 1 | -2/+2 | |
| * | | | | | | | | | UBIFS: use kmemdup rather than duplicating its implementation | Andrzej Hajda | 2015-10-03 | 2 | -6/+3 | |
* | | | | | | | | | | Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-11-10 | 2 | -0/+25 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | coredump: add DAX filtering for FDPIC ELF coredumps | Ross Zwisler | 2015-11-09 | 1 | -0/+15 | |
| * | | | | | | | | | | coredump: add DAX filtering for ELF coredumps | Ross Zwisler | 2015-11-09 | 1 | -0/+10 | |
* | | | | | | | | | | | Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2015-11-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | i2c-dev: Fix typo in ioctl name reference | Jean Delvare | 2015-10-23 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |