| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2014-10-11 | 26 | -488/+354 |
|\ |
|
| * | locks: fix fcntl_setlease/getlease return when !CONFIG_FILE_LOCKING | Jeff Layton | 2014-10-07 | 1 | -2/+2 |
| * | locks: flock_make_lock should return a struct file_lock (or PTR_ERR) | Jeff Layton | 2014-10-07 | 1 | -8/+11 |
| * | locks: set fl_owner for leases to filp instead of current->files | Jeff Layton | 2014-10-07 | 2 | -8/+2 |
| * | locks: give lm_break a return value | Jeff Layton | 2014-10-07 | 3 | -13/+23 |
| * | locks: __break_lease cleanup in preparation of allowing direct removal of leases | Jeff Layton | 2014-10-07 | 1 | -24/+25 |
| * | locks: remove i_have_this_lease check from __break_lease | Jeff Layton | 2014-10-07 | 1 | -4/+2 |
| * | locks: move freeing of leases outside of i_lock | Jeff Layton | 2014-10-07 | 4 | -20/+30 |
| * | locks: move i_lock acquisition into generic_*_lease handlers | Jeff Layton | 2014-10-07 | 3 | -16/+16 |
| * | locks: define a lm_setup handler for leases | Jeff Layton | 2014-10-07 | 3 | -48/+51 |
| * | locks: plumb a "priv" pointer into the setlease routines | Jeff Layton | 2014-10-07 | 7 | -26/+37 |
| * | nfsd: don't keep a pointer to the lease in nfs4_file | Jeff Layton | 2014-10-07 | 2 | -10/+4 |
| * | locks: clean up vfs_setlease kerneldoc comments | Jeff Layton | 2014-10-07 | 1 | -24/+10 |
| * | locks: generic_delete_lease doesn't need a file_lock at all | Jeff Layton | 2014-10-07 | 3 | -28/+22 |
| * | nfsd: fix potential lease memory leak in nfs4_setlease | Jeff Layton | 2014-10-07 | 1 | -2/+5 |
| * | locks: close potential race in lease_get_mtime | Jeff Layton | 2014-10-07 | 1 | -2/+12 |
| * | security: make security_file_set_fowner, f_setown and __f_setown void return | Jeff Layton | 2014-09-09 | 12 | -42/+26 |
| * | locks: consolidate "nolease" routines | Jeff Layton | 2014-09-09 | 6 | -35/+20 |
| * | locks: remove lock_may_read and lock_may_write | Jeff Layton | 2014-09-09 | 2 | -94/+0 |
| * | lockd: rip out deferred lock handling from testlock codepath | Jeff Layton | 2014-09-09 | 2 | -50/+6 |
| * | NFSD: Get reference of lockowner when coping file_lock | Kinglong Mee | 2014-09-09 | 1 | -4/+21 |
| * | NFSD: New helper nfs4_get_stateowner() for atomic_inc sop reference | Kinglong Mee | 2014-09-09 | 1 | -16/+16 |
| * | locks: Copy fl_lmops information for conflock in locks_copy_conflock() | Kinglong Mee | 2014-09-09 | 2 | -20/+17 |
| * | locks: New ops in lock_manager_operations for get/put owner | Kinglong Mee | 2014-09-09 | 2 | -2/+12 |
| * | locks: Rename __locks_copy_lock() to locks_copy_conflock() | Kinglong Mee | 2014-09-09 | 2 | -7/+7 |
| * | locks: Remove unused conf argument from lm_grant | Joe Perches | 2014-09-09 | 3 | -14/+8 |
| * | locks: pass correct "before" pointer to locks_unlink_lock in generic_add_lease | Jeff Layton | 2014-09-09 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-10-11 | 49 | -1534/+3617 |
|\ \ |
|
| * | | btrfs: Fix compile error when CONFIG_SECURITY is not set. | Qu Wenruo | 2014-10-08 | 1 | -0/+2 |
| * | | Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is off | Chris Mason | 2014-10-07 | 2 | -3/+2 |
| * | | btrfs: Make btrfs handle security mount options internally to avoid losing se... | Qu Wenruo | 2014-10-06 | 2 | -5/+97 |
| * | | Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g... | Chris Mason | 2014-10-04 | 6 | -16/+16 |
| |\ \ |
|
| | * | | btrfs: remove unlikely from data-dependent branches and slow paths | David Sterba | 2014-10-02 | 5 | -10/+10 |
| | * | | btrfs: remove unlikely from NULL checks | David Sterba | 2014-10-02 | 2 | -6/+6 |
| * | | | Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l... | Chris Mason | 2014-10-04 | 9 | -105/+57 |
| |\ \ \ |
|
| | * | | | btrfs: remove blocksize from btrfs_alloc_free_block and rename | David Sterba | 2014-10-02 | 5 | -27/+21 |
| | * | | | btrfs: remove unused parameter blocksize from btrfs_find_tree_block | David Sterba | 2014-10-02 | 4 | -12/+9 |
| | * | | | btrfs: remove parameter blocksize from read_tree_block | David Sterba | 2014-10-02 | 7 | -37/+18 |
| | * | | | btrfs: inline code of reada_tree_block and remove it | David Sterba | 2014-10-02 | 1 | -10/+2 |
| | * | | | btrfs: return void from readahead_tree_block | David Sterba | 2014-10-02 | 3 | -8/+4 |
| | * | | | btrfs: remove unused parameter from readahead_tree_block | David Sterba | 2014-10-02 | 5 | -16/+8 |
| | |/ / |
|
| * | | | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke... | Chris Mason | 2014-10-04 | 17 | -135/+130 |
| |\ \ \ |
|
| | * | | | btrfs: move checks for DUMMY_ROOT into a helper | David Sterba | 2014-10-02 | 5 | -21/+23 |
| | * | | | btrfs: new define for the inline extent data start | David Sterba | 2014-10-02 | 2 | -10/+9 |
| | * | | | btrfs: kill extent_buffer_page helper | David Sterba | 2014-10-02 | 2 | -35/+26 |
| | * | | | btrfs: drop constant param from btrfs_release_extent_buffer_page | David Sterba | 2014-10-02 | 1 | -9/+6 |
| | * | | | btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUB | David Sterba | 2014-10-02 | 4 | -5/+4 |
| | * | | | btrfs: let merge_reloc_roots return void | David Sterba | 2014-10-02 | 1 | -2/+1 |
| | * | | | btrfs: remove unused members from struct scrub_warning | David Sterba | 2014-10-02 | 1 | -15/+2 |
| | * | | | btrfs: use slab for end_io_wq structures | David Sterba | 2014-10-02 | 3 | -10/+38 |