summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman14-124/+291
2013-07-11ext4: fix warning in ext4_evict_inode()Jan Kara1-13/+19
2013-07-11mm: remove free_area_cacheMichel Lespinasse2-4/+0
2013-07-11net: 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
2013-07-10CIFS: Respect create_options in smb2_open_filePavel Shilovsky5-22/+25
2013-07-10CIFS: Fix lease context buffer parsingPavel Shilovsky1-6/+7
2013-07-10xfs: fix sgid inheritance for subdirectories inheriting default acls [V3]Carlos Maiolino1-10/+10
2013-07-10Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox2-8/+6
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+57
2013-07-10NFS: Allow nfs_updatepage to extend a write under additional circumstancesScott Mayhew1-8/+23
2013-07-10xfs: dquot log reservations are too smallDave Chinner2-9/+25
2013-07-10xfs: remove local fork format handling from xfs_bmapi_write()Dave Chinner4-124/+98
2013-07-10NFS: Make nfs_readdir revalidate less oftenScott Mayhew1-2/+3
2013-07-10NFS: Make nfs_attribute_cache_expired() non-staticScott Mayhew1-1/+1
2013-07-10nfs: set verifier on existing dentries in nfs_prime_dcacheJeff Layton1-0/+1
2013-07-10xfs: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-07-10xfs: clean up unused codes at xfs_bulkstat()Jie Liu1-27/+1
2013-07-10Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds8-89/+119
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds10-124/+149
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds34-1726/+2327
2013-07-09net/fs: change busy poll time accountingEliezer Tamir1-11/+20
2013-07-09Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds43-477/+1180
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds35-453/+1234
2013-07-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-6/+21
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds14-51/+138
2013-07-09xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJEric Sandeen2-10/+7
2013-07-09fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood3-0/+21
2013-07-09ncpfs: fix error return code in ncp_parse_options()Wei Yongjun1-3/+9
2013-07-09mm/writeback: don't check force_wait to handle bdi->work_listWanpeng Li1-8/+2
2013-07-09fs/fs-writeback.c: : make wb_do_writeback() as staticHaicheng Li1-1/+1
2013-07-09fsnotify: update comments concerning locking schemeLino Sanfilippo1-28/+22
2013-07-09inotify: fix race when adding a new watchLino Sanfilippo1-9/+4
2013-07-09dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_groupLino Sanfilippo1-12/+13
2013-07-09fanotify: put duplicate code for adding vfsmount/inode marks into an own func...Lino Sanfilippo1-36/+35
2013-07-09fanotify: fix races when adding/removing marksLino Sanfilippo1-12/+37
2013-07-09fanotify: info leak in copy_event_to_user()Dan Carpenter1-0/+1
2013-07-09net: rename low latency sockets functions to busy pollEliezer Tamir1-23/+37
2013-07-09nfsd4: support minorversion 1 by defaultJ. Bruce Fields1-1/+1
2013-07-09nfsd4: allow destroy_session over destroyed sessionJ. Bruce Fields2-10/+19
2013-07-08ncpfs: fix error return code in ncp_parse_options()Wei Yongjun1-3/+9
2013-07-08locks: move file_lock_list to a set of percpu hlist_heads and convert file_lo...Jeff Layton1-20/+49
2013-07-08seq_file: add seq_list_*_percpu helpersJeff Layton1-0/+54
2013-07-08f2fs: fix readdir incorrectnessJaegeuk Kim1-11/+9