summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-07-20Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-7/+14
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Linus Torvalds2-7/+22
2013-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2013-07-19Btrfs: fix wrong write offset when replacing a deviceStefan Behrens1-1/+1
2013-07-19Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik1-0/+11
2013-07-19Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik1-0/+2
2013-07-19Btrfs: update drop progress before stopping snapshot droppingJosef Bacik1-6/+8
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-22/+48
2013-07-18s390/kdump: Disable mmap for s390Michael Holzheu1-1/+1
2013-07-17NFSv4: Fix a regression against the FreeBSD serverTrond Myklebust1-7/+14
2013-07-17Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-8/+12
2013-07-16sysfs: prevent warning when only using binary attributesOliver Schinagl1-2/+2
2013-07-16sysfs: add support for binary attributes in groupsGreg Kroah-Hartman1-20/+46
2013-07-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-47/+51
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-43/+24
2013-07-14efivarfs: we can use simple_lookup() nowAl Viro1-13/+1
2013-07-14make simple_lookup() usable for filesystems that set ->s_d_opAl Viro1-1/+2
2013-07-14configfs: don't open-code d_alloc_name()Al Viro1-11/+2
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2013-07-13Merge tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds21-316/+435
2013-07-13Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds15-281/+515
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov1-15/+10
2013-07-13fs/file_table.c:fput(): add commentAndrew Morton1-0/+6
2013-07-13Safer ABI for O_TMPFILEAl Viro2-3/+3
2013-07-13ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o1-3/+8
2013-07-13ext4: fix spelling errors and a comment in extent_status treeTheodore Ts'o2-16/+14
2013-07-12nfsd4: fix minorversion support interfaceJ. Bruce Fields3-8/+8
2013-07-11ext4: rate limit printk in buffer_io_error()Anatol Pomozov1-1/+2
2013-07-11CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky1-5/+4
2013-07-11CIFS: Reopen the file if reconnect durable handle failedPavel Shilovsky1-1/+7
2013-07-11ext4: don't show usrquota/grpquota twice in /proc/mountsTheodore Ts'o1-6/+0
2013-07-11xfs: Fix the logic check for all quotas being turned offChandra Seetharaman2-11/+2
2013-07-11lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery1-0/+4
2013-07-11Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2013-07-11Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-11/+28
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds7-3/+182
2013-07-11Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-269/+85
2013-07-11Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds12-154/+128
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-103/+413
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman14-124/+291
2013-07-10ext4: fix warning in ext4_evict_inode()Jan Kara1-13/+19
2013-07-10mm: remove free_area_cacheMichel Lespinasse2-4/+0
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-07-10[CIFS] Fix minor endian error in durable handle patch seriesSteve French1-1/+2
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky8-12/+58
2013-07-10CIFS: Make SMB2_open use cifs_open_parms structPavel Shilovsky5-50/+66
2013-07-10CIFS: Introduce cifs_open_parms structPavel Shilovsky6-41/+73
2013-07-10CIFS: Request durable open for SMB2 opensPavel Shilovsky3-2/+68
2013-07-10CIFS: Simplify SMB2 create context handlingPavel Shilovsky1-12/+26
2013-07-10CIFS: Simplify SMB2_open code pathPavel Shilovsky2-36/+25