| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks | Joe Perches | 2013-08-20 | 3 | -4/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2013-07-23 | 1 | -15/+36 |
|\ |
|
| * | fuse: readdirplus: cleanup | Miklos Szeredi | 2013-07-17 | 1 | -3/+1 |
| * | fuse: readdirplus: change attributes once | Miklos Szeredi | 2013-07-17 | 1 | -3/+4 |
| * | fuse: readdirplus: fix instantiate | Miklos Szeredi | 2013-07-17 | 1 | -4/+13 |
| * | fuse: readdirplus: sanity checks | Miklos Szeredi | 2013-07-17 | 1 | -1/+11 |
| * | fuse: readdirplus: fix dentry leak | Niels de Vos | 2013-07-17 | 1 | -5/+8 |
* | | NFSv4: Fix brainfart in attribute length calculation | Trond Myklebust | 2013-07-23 | 1 | -1/+1 |
* | | ext3: fix a BUG when opening a file with O_TMPFILE flag | Zheng Liu | 2013-07-20 | 1 | -1/+1 |
* | | ext4: fix a BUG when opening a file with O_TMPFILE flag | Zheng Liu | 2013-07-20 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-07-20 | 2 | -15/+12 |
|\ \ |
|
| * | | livelock avoidance in sget() | Al Viro | 2013-07-20 | 1 | -15/+10 |
| * | | allow O_TMPFILE to work with O_WRONLY | Al Viro | 2013-07-20 | 1 | -0/+2 |
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-07-20 | 3 | -21/+60 |
|\ \ \ |
|
| * | | | ext4: call ext4_es_lru_add() after handling cache miss | Theodore Ts'o | 2013-07-16 | 2 | -7/+5 |
| * | | | ext4: yield during large unlinks | Theodore Ts'o | 2013-07-15 | 1 | -0/+3 |
| * | | | ext4: make the extent_status code more robust against ENOMEM failures | Theodore Ts'o | 2013-07-15 | 1 | -12/+39 |
| * | | | ext4: simplify calculation of blocks to free on error | Theodore Ts'o | 2013-07-15 | 1 | -2/+2 |
| * | | | ext4: fix error handling in ext4_ext_truncate() | Theodore Ts'o | 2013-07-15 | 1 | -0/+11 |
* | | | | Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-07-20 | 1 | -7/+14 |
|\ \ \ \ |
|
| * | | | | NFSv4: Fix a regression against the FreeBSD server | Trond Myklebust | 2013-07-17 | 1 | -7/+14 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jos... | Linus Torvalds | 2013-07-20 | 2 | -7/+22 |
|\ \ \ \ |
|
| * | | | | Btrfs: fix wrong write offset when replacing a device | Stefan Behrens | 2013-07-19 | 1 | -1/+1 |
| * | | | | Btrfs: re-add root to dead root list if we stop dropping it | Josef Bacik | 2013-07-19 | 1 | -0/+11 |
| * | | | | Btrfs: fix lock leak when resuming snapshot deletion | Josef Bacik | 2013-07-19 | 1 | -0/+2 |
| * | | | | Btrfs: update drop progress before stopping snapshot dropping | Josef Bacik | 2013-07-19 | 1 | -6/+8 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-07-19 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | s390/kdump: Disable mmap for s390 | Michael Holzheu | 2013-07-18 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-07-18 | 1 | -22/+48 |
|\ \ \ \ |
|
| * | | | | sysfs: prevent warning when only using binary attributes | Oliver Schinagl | 2013-07-16 | 1 | -2/+2 |
| * | | | | sysfs: add support for binary attributes in groups | Greg Kroah-Hartman | 2013-07-16 | 1 | -20/+46 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-07-17 | 4 | -8/+12 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | nfsd4: fix minorversion support interface | J. Bruce Fields | 2013-07-12 | 3 | -8/+8 |
| * | | | lockd: protect nlm_blocked access in nlmsvc_retry_blocked | David Jeffery | 2013-07-11 | 1 | -0/+4 |
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-07-14 | 6 | -47/+51 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | ext4: don't allow ext4_free_blocks() to fail due to ENOMEM | Theodore Ts'o | 2013-07-13 | 1 | -3/+8 |
| * | | ext4: fix spelling errors and a comment in extent_status tree | Theodore Ts'o | 2013-07-13 | 2 | -16/+14 |
| * | | ext4: rate limit printk in buffer_io_error() | Anatol Pomozov | 2013-07-11 | 1 | -1/+2 |
| * | | ext4: don't show usrquota/grpquota twice in /proc/mounts | Theodore Ts'o | 2013-07-11 | 1 | -6/+0 |
| * | | ext4: fix warning in ext4_evict_inode() | Jan Kara | 2013-07-10 | 1 | -13/+19 |
| * | | ext4: fix ext4_get_group_number() | Theodore Ts'o | 2013-07-05 | 2 | -6/+6 |
| * | | ext4: silence warning in ext4_writepages() | Jan Kara | 2013-07-05 | 1 | -2/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-07-14 | 6 | -43/+24 |
|\ \ \ |
|
| * | | | efivarfs: we can use simple_lookup() now | Al Viro | 2013-07-14 | 1 | -13/+1 |
| * | | | make simple_lookup() usable for filesystems that set ->s_d_op | Al Viro | 2013-07-14 | 1 | -1/+2 |
| * | | | configfs: don't open-code d_alloc_name() | Al Viro | 2013-07-14 | 1 | -11/+2 |
| * | | | fput: turn "list_head delayed_fput_list" into llist_head | Oleg Nesterov | 2013-07-13 | 1 | -15/+10 |
| * | | | fs/file_table.c:fput(): add comment | Andrew Morton | 2013-07-13 | 1 | -0/+6 |
| * | | | Safer ABI for O_TMPFILE | Al Viro | 2013-07-13 | 2 | -3/+3 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-07-13 | 1 | -1/+1 |
|\ \ \ \ |
|