| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-06-29 | 5 | -6/+68 |
|\ |
|
| * | ext4: Fix hole punching for files with indirect blocks | Jan Kara | 2014-06-26 | 1 | -2/+10 |
| * | ext4: Fix block zeroing when punching holes in indirect block files | Jan Kara | 2014-06-26 | 1 | -2/+2 |
| * | ext4: decrement free clusters/inodes counters when block group declared bad | Namjae Jeon | 2014-06-26 | 3 | -0/+47 |
| * | fs/mbcache: replace __builtin_log2() with ilog2() | T Makphaibulchoke | 2014-06-25 | 1 | -1/+2 |
| * | ext4: Fix buffer double free in ext4_alloc_branch() | Jan Kara | 2014-06-15 | 1 | -1/+7 |
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2014-06-25 | 3 | -6/+20 |
|\ \ |
|
| * | | [CIFS] fix mount failure with broken pathnames when smb3 mount with mapchars ... | Steve French | 2014-06-24 | 1 | -3/+4 |
| * | | cifs: revalidate mapping prior to satisfying read_iter request with cache=loose | Jeff Layton | 2014-06-19 | 1 | -2/+15 |
| * | | fs/cifs: fix regression in cifs_create_mf_symlink() | Björn Baumbach | 2014-06-16 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'nfs-for-3.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-06-25 | 5 | -83/+103 |
|\ \ |
|
| * | | NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support | Andy Adamson | 2014-06-24 | 3 | -45/+57 |
| * | | NFS Return -EPERM if no supported or matching SECINFO flavor | Andy Adamson | 2014-06-24 | 1 | -7/+4 |
| * | | NFS check the return of nfs4_negotiate_security in nfs4_submount | Andy Adamson | 2014-06-24 | 1 | -2/+5 |
| * | | NFS: Don't mark the data cache as invalid if it has been flushed | Trond Myklebust | 2014-06-24 | 1 | -35/+40 |
| * | | NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file size | Trond Myklebust | 2014-06-24 | 1 | -0/+1 |
| * | | nfs: Fix cache_validity check in nfs_write_pageuptodate() | Scott Mayhew | 2014-06-24 | 1 | -1/+3 |
* | | | aio: fix kernel memory disclosure in io_getevents() introduced in v3.10 | Benjamin LaHaise | 2014-06-24 | 1 | -0/+3 |
* | | | aio: fix aio request leak when events are reaped by userspace | Benjamin LaHaise | 2014-06-24 | 1 | -2/+1 |
* | | | ocfs2/dlm: do not purge lockres that is queued for assert master | Xue jiufei | 2014-06-23 | 4 | -6/+55 |
* | | | ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop d... | jiangyiwen | 2014-06-23 | 1 | -5/+9 |
* | | | ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ... | jiangyiwen | 2014-06-23 | 1 | -0/+27 |
* | | | ocfs2: fix a tiny race when running dirop_fileop_racer | Yiwen Jiang | 2014-06-23 | 2 | -2/+96 |
* | | | ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list() | Xue jiufei | 2014-06-23 | 1 | -1/+1 |
* | | | ocfs2: refcount: take rw_lock in ocfs2_reflink | Wengang Wang | 2014-06-23 | 1 | -0/+8 |
* | | | ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec... | Xue jiufei | 2014-06-23 | 1 | -6/+2 |
* | | | ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and... | Tariq Saeed | 2014-06-23 | 1 | -5/+13 |
* | | | ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename() | alex chen | 2014-06-23 | 1 | -11/+11 |
|/ / |
|
* | | Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2014-06-21 | 1 | -1/+1 |
|\ \ |
|
| * | | locks: set fl_owner for leases back to current->files | Jeff Layton | 2014-06-10 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-06-21 | 11 | -172/+359 |
|\ \ \ |
|
| * | | | Btrfs: fix wrong error handle when the device is missing or is not writeable | Miao Xie | 2014-06-19 | 1 | -7/+15 |
| * | | | Btrfs: fix deadlock when mounting a degraded fs | Miao Xie | 2014-06-19 | 2 | -1/+9 |
| * | | | Btrfs: use bio_endio_nodec instead of open code | Miao Xie | 2014-06-19 | 1 | -8/+1 |
| * | | | Btrfs: fix NULL pointer crash when running balance and scrub concurrently | Wang Shilong | 2014-06-19 | 3 | -7/+6 |
| * | | | btrfs: Skip scrubbing removed chunks to avoid -ENOENT. | Qu Wenruo | 2014-06-19 | 1 | -10/+9 |
| * | | | Btrfs: fix broken free space cache after the system crashed | Miao Xie | 2014-06-19 | 4 | -44/+186 |
| * | | | Btrfs: make free space cache write out functions more readable | Miao Xie | 2014-06-19 | 1 | -66/+93 |
| * | | | Btrfs: remove unused wait queue in struct extent_buffer | Filipe Manana | 2014-06-19 | 1 | -1/+0 |
| * | | | Btrfs: fix deadlocks with trylock on tree nodes | Chris Mason | 2014-06-19 | 1 | -34/+46 |
* | | | | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-06-21 | 2 | -0/+79 |
|\ \ \ \ |
|
| * | | | | NFSD: fix bug for readdir of pseudofs | Kinglong Mee | 2014-06-17 | 1 | -0/+1 |
| * | | | | NFSD: Don't hand out delegations for 30 seconds after recalling them. | NeilBrown | 2014-06-17 | 1 | -0/+78 |
| | |_|/
| |/| | |
|
* | | | | epoll: fix use-after-free in eventpoll_release_file | Konstantin Khlebnikov | 2014-06-16 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-06-14 | 8 | -36/+182 |
|\ \ \
| |/ / |
|
| * | | btrfs: fix error handling in create_pending_snapshot | Eric Sandeen | 2014-06-13 | 1 | -5/+7 |
| * | | btrfs: fix use of uninit "ret" in end_extent_writepage() | Eric Sandeen | 2014-06-13 | 1 | -1/+1 |
| * | | btrfs: free ulist in qgroup_shared_accounting() error path | Eric Sandeen | 2014-06-13 | 1 | -1/+3 |
| * | | Btrfs: fix qgroups sanity test crash or hang | Filipe Manana | 2014-06-13 | 1 | -0/+2 |
| * | | btrfs: prevent RCU warning when dereferencing radix tree slot | Sasha Levin | 2014-06-13 | 1 | -1/+1 |