index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2016-08-04
26
-185
/
+575
|
\
|
*
nfsd: remove some dead code in nfsd_create_locked()
Dan Carpenter
2016-08-04
1
-3
/
+2
|
*
nfsd: drop unnecessary MAY_EXEC check from create
J. Bruce Fields
2016-08-04
2
-11
/
+2
|
*
nfsd: clean up bad-type check in nfsd_create_locked
J. Bruce Fields
2016-08-04
1
-7
/
+4
|
*
nfsd: remove unnecessary positive-dentry check
J. Bruce Fields
2016-08-04
1
-10
/
+0
|
*
nfsd: reorganize nfsd_create
J. Bruce Fields
2016-08-04
3
-55
/
+61
|
*
nfsd: check d_can_lookup in fh_verify of directories
J. Bruce Fields
2016-08-04
2
-13
/
+10
|
*
nfsd: remove redundant zero-length check from create
J. Bruce Fields
2016-08-04
2
-6
/
+0
|
*
nfsd: Make creates return EEXIST instead of EACCES
Oleg Drokin
2016-08-04
2
-2
/
+15
|
*
nfsd: allow nfsd to advertise multiple layout types
Jeff Layton
2016-07-15
5
-24
/
+22
|
*
nfsd: Close race between nfsd4_release_lockowner and nfsd4_lock
Chuck Lever
2016-07-15
1
-23
/
+17
|
*
nfsd/blocklayout: Make sure calculate signature/designator length aligned
Kinglong Mee
2016-07-15
1
-2
/
+2
|
*
xfs: abstract block export operations from nfsd layouts
Benjamin Coddington
2016-07-15
5
-5
/
+12
|
*
nfsd: Fix some indent inconsistancy
Christophe JAILLET
2016-07-13
3
-3
/
+3
|
*
nfsd: Correct a comment for NFSD_MAY_ defines location
Oleg Drokin
2016-07-13
1
-1
/
+1
|
*
nfsd: Add a super simple flex file server
Tom Haynes
2016-07-13
7
-1
/
+329
|
*
nfsd: flex file device id encoding will need the server address
Tom Haynes
2016-07-13
3
-1
/
+4
|
*
nfsd: implement machine credential support for some operations
Andrew Elble
2016-07-13
7
-28
/
+99
|
*
nfsd: allow mach_creds_match to be used more broadly
Andrew Elble
2016-07-13
2
-7
/
+9
*
|
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-08-04
43
-686
/
+912
|
\
\
|
*
|
Btrfs: fix __MAX_CSUM_ITEMS
Chris Mason
2016-08-03
1
-2
/
+3
|
*
|
btrfs: btrfs_abort_transaction, drop root parameter
Jeff Mahoney
2016-07-26
17
-152
/
+147
|
*
|
btrfs: add btrfs_trans_handle->fs_info pointer
Jeff Mahoney
2016-07-26
4
-4
/
+6
|
*
|
btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transaction
Jeff Mahoney
2016-07-26
1
-1
/
+1
|
*
|
btrfs: convert nodesize macros to static inlines
Jeff Mahoney
2016-07-26
1
-15
/
+33
|
*
|
btrfs: introduce BTRFS_MAX_ITEM_SIZE
Jeff Mahoney
2016-07-26
4
-10
/
+8
|
*
|
btrfs: cleanup, remove prototype for btrfs_find_root_ref
Jeff Mahoney
2016-07-26
1
-3
/
+0
|
*
|
btrfs: copy_to_sk drop unused root parameter
Jeff Mahoney
2016-07-26
1
-3
/
+2
|
*
|
btrfs: simpilify btrfs_subvol_inherit_props
Jeff Mahoney
2016-07-26
1
-3
/
+3
|
*
|
btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root
Jeff Mahoney
2016-07-26
7
-21
/
+19
|
*
|
btrfs: tests, require fs_info for root
Jeff Mahoney
2016-07-26
10
-61
/
+103
|
*
|
btrfs: tests, move initialization into tests/
Jeff Mahoney
2016-07-26
3
-77
/
+48
|
*
|
btrfs: btrfs_test_opt and friends should take a btrfs_fs_info
Jeff Mahoney
2016-07-26
13
-130
/
+135
|
*
|
btrfs: prefix fsid to all trace events
Jeff Mahoney
2016-07-26
5
-22
/
+27
|
*
|
btrfs: plumb fs_info into btrfs_work
Jeff Mahoney
2016-07-26
4
-31
/
+63
|
*
|
btrfs: remove obsolete part of comment in statfs
David Sterba
2016-07-26
1
-3
/
+0
|
*
|
btrfs: hide test-only member under ifdef
David Sterba
2016-07-26
2
-0
/
+4
|
*
|
btrfs: Ratelimit "no csum found" info message
Nikolay Borisov
2016-07-26
1
-1
/
+1
|
*
|
btrfs: Add ratelimit to btrfs printing
Nikolay Borisov
2016-07-26
1
-2
/
+24
|
*
|
Btrfs: fix unexpected balance crash due to BUG_ON
Liu Bo
2016-07-26
1
-4
/
+24
|
*
|
Btrfs: fix panic in balance due to EIO
Liu Bo
2016-07-26
1
-0
/
+4
|
*
|
Btrfs: fix eb memory leak due to readpage failure
Liu Bo
2016-07-26
1
-3
/
+22
|
*
|
Btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup()
Liu Bo
2016-07-26
1
-6
/
+6
|
*
|
btrfs: fix free space calculation in dump_space_info()
Wang Xiaoguang
2016-07-26
1
-2
/
+2
|
*
|
Btrfs: subpage-blocksize: Rate limit scrub error message
Chandan Rajendra
2016-07-26
1
-1
/
+1
|
*
|
btrfs: expand cow_file_range() to support in-band dedup and subpage-blocksize
Wang Xiaoguang
2016-07-26
2
-11
/
+41
|
*
|
Btrfs: fix BUG_ON in btrfs_submit_compressed_write
Liu Bo
2016-07-26
1
-2
/
+8
|
*
|
btrfs: make sure device is synced before return
Anand Jain
2016-07-26
1
-0
/
+5
|
*
|
btrfs: reorg btrfs_close_one_device()
Anand Jain
2016-07-26
1
-36
/
+35
|
*
|
btrfs: Cleanup compress_file_range()
Ashish Samant
2016-07-26
1
-37
/
+35
[next]