summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* aio: table lookup: verify ctx pointerBenjamin LaHaise2013-08-081-1/+1
* aio: fix error handling and rcu usage in "convert the ioctx list to table loo...Benjamin LaHaise2013-08-051-8/+9
* aio: be defensive to ensure request batching is non-zero instead of BUG_ON()Benjamin LaHaise2013-07-311-1/+2
* aio: convert the ioctx list to table lookup v3Benjamin LaHaise2013-07-301-22/+114
* aio: double aio_max_nr in calculationsBenjamin LaHaise2013-07-301-2/+2
* aio: Kill ki_dtorKent Overstreet2013-07-301-2/+0
* aio: Kill ki_usersKent Overstreet2013-07-301-35/+12
* aio: Kill unneeded kiocb membersKent Overstreet2013-07-301-29/+40
* aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-306-82/+23
* aio: Don't use ctx->tail unnecessarilyKent Overstreet2013-07-301-19/+23
* aio: io_cancel() no longer returns the io_eventKent Overstreet2013-07-301-30/+10
* aio: percpu ioctx refcountKent Overstreet2013-07-301-39/+27
* aio: percpu reqs_availableKent Overstreet2013-07-301-7/+99
* aio: reqs_active -> reqs_availableKent Overstreet2013-07-301-16/+22
* aio: fix build when migration is disabledBenjamin LaHaise2013-07-171-0/+4
* fs/aio: Add support to aio ring pages migrationGu Zheng2013-07-161-11/+108
* fs/anon_inode: Introduce a new lib function anon_inode_getfile_private()Gu Zheng2013-07-161-0/+66
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-156-47/+51
|\
| * ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o2013-07-131-3/+8
| * ext4: fix spelling errors and a comment in extent_status treeTheodore Ts'o2013-07-132-16/+14
| * ext4: rate limit printk in buffer_io_error()Anatol Pomozov2013-07-121-1/+2
| * ext4: don't show usrquota/grpquota twice in /proc/mountsTheodore Ts'o2013-07-121-6/+0
| * ext4: fix warning in ext4_evict_inode()Jan Kara2013-07-111-13/+19
| * ext4: fix ext4_get_group_number()Theodore Ts'o2013-07-062-6/+6
| * ext4: silence warning in ext4_writepages()Jan Kara2013-07-061-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-146-43/+24
|\ \
| * | efivarfs: we can use simple_lookup() nowAl Viro2013-07-141-13/+1
| * | make simple_lookup() usable for filesystems that set ->s_d_opAl Viro2013-07-141-1/+2
| * | configfs: don't open-code d_alloc_name()Al Viro2013-07-141-11/+2
| * | fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov2013-07-131-15/+10
| * | fs/file_table.c:fput(): add commentAndrew Morton2013-07-131-0/+6
| * | Safer ABI for O_TMPFILEAl Viro2013-07-132-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-141-1/+1
|\ \ \
| * | | net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-111-1/+1
* | | | Merge tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-07-1321-316/+435
|\ \ \ \
| * | | | xfs: Fix the logic check for all quotas being turned offChandra Seetharaman2013-07-112-11/+2
| * | | | xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-1114-124/+291
| * | | | xfs: fix sgid inheritance for subdirectories inheriting default acls [V3]Carlos Maiolino2013-07-101-10/+10
| * | | | xfs: dquot log reservations are too smallDave Chinner2013-07-092-9/+25
| * | | | xfs: remove local fork format handling from xfs_bmapi_write()Dave Chinner2013-07-094-124/+98
| * | | | xfs: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud2013-07-091-1/+1
| * | | | xfs: clean up unused codes at xfs_bulkstat()Jie Liu2013-07-091-27/+1
| * | | | xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJEric Sandeen2013-07-092-10/+7
* | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-07-1315-281/+515
|\ \ \ \ \
| * | | | | CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky2013-07-121-5/+4
| * | | | | CIFS: Reopen the file if reconnect durable handle failedPavel Shilovsky2013-07-121-1/+7
| * | | | | [CIFS] Fix minor endian error in durable handle patch seriesSteve French2013-07-101-1/+2
| * | | | | CIFS: Reconnect durable handles for SMB2Pavel Shilovsky2013-07-108-12/+58
| * | | | | CIFS: Make SMB2_open use cifs_open_parms structPavel Shilovsky2013-07-105-50/+66
| * | | | | CIFS: Introduce cifs_open_parms structPavel Shilovsky2013-07-106-41/+73