summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2013-07-1112-154/+128
|\
| * jfs: Update jfs_errorJoe Perches2013-06-0512-152/+126
| * jfs: fix sparse warning in fs/jfs/xattr.cDave Kleikamp2013-06-051-2/+2
* | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-1110-103/+413
|\ \
| * | nfsd4: support minorversion 1 by defaultJ. Bruce Fields2013-07-081-1/+1
| * | nfsd4: allow destroy_session over destroyed sessionJ. Bruce Fields2013-07-082-10/+19
| * | nfsd4: return delegation immediately if lease failsJ. Bruce Fields2013-07-011-1/+3
| * | nfsd4: do not throw away 4.1 lock state on last unlockJ. Bruce Fields2013-07-011-8/+1
| * | nfsd4: delegation-based open reclaims should bypass permissionsJ. Bruce Fields2013-07-011-1/+2
| * | nfsd4: minor read_buf cleanupJ. Bruce Fields2013-07-011-10/+14
| * | nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields2013-07-011-1/+1
| * | nfsd4: clean up nfs4_open_delegationJ. Bruce Fields2013-07-011-44/+34
| * | NFSD: Don't give out read delegations on createsSteve Dickson2013-07-011-0/+9
| * | nfsd4: allow client to send no cb_sec flavorsJ. Bruce Fields2013-07-011-1/+5
| * | nfsd4: fail attempts to request gss on the backchannelJ. Bruce Fields2013-07-011-0/+25
| * | nfsd4: implement minimal SP4_MACH_CREDJ. Bruce Fields2013-07-013-12/+87
| * | svcrpc: store gss mech in svc_credJ. Bruce Fields2013-07-011-0/+3
| * | nfsd: avoid undefined signed overflowJim Rees2013-05-211-1/+1
| * | nfsd4: fix compile in !CONFIG_NFSD_V4_SECURITY_LABEL caseJ. Bruce Fields2013-05-151-1/+3
| * | NFSD: Server implementation of MAC LabelingDavid Quigley2013-05-157-10/+207
| * | NFSDv4.2: Add NFS v4.2 support to the NFS serverSteve Dickson2013-05-132-1/+2
| * | nfsd4: store correct client minorversion for >=4.2J. Bruce Fields2013-05-131-1/+1
| * | nfsd: get rid of the unused functions in vfsZhao Hongjiang2013-05-131-5/+0
* | | mm: remove free_area_cacheMichel Lespinasse2013-07-102-4/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-5/+57
|\ \ \
| * | | net/fs: change busy poll time accountingEliezer Tamir2013-07-091-11/+20
| * | | net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-081-23/+37
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-036-47/+97
| |\ \ \
| * | | | net: convert lls to use time_in_range()Eliezer Tamir2013-07-021-4/+6
| * | | | net: avoid calling sched_clock when LLS is offEliezer Tamir2013-07-011-4/+7
| * | | | net: poll/select low latency socket supportEliezer Tamir2013-06-251-5/+29
* | | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-098-89/+119
|\ \ \ \ \
| * | | | | fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood2013-07-093-0/+21
| * | | | | ncpfs: fix error return code in ncp_parse_options()Wei Yongjun2013-07-091-3/+9
| * | | | | mm/writeback: don't check force_wait to handle bdi->work_listWanpeng Li2013-07-091-8/+2
| * | | | | fs/fs-writeback.c: : make wb_do_writeback() as staticHaicheng Li2013-07-091-1/+1
| * | | | | fsnotify: update comments concerning locking schemeLino Sanfilippo2013-07-091-28/+22
| * | | | | inotify: fix race when adding a new watchLino Sanfilippo2013-07-091-9/+4
| * | | | | dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_groupLino Sanfilippo2013-07-091-12/+13
| * | | | | fanotify: put duplicate code for adding vfsmount/inode marks into an own func...Lino Sanfilippo2013-07-091-36/+35
| * | | | | fanotify: fix races when adding/removing marksLino Sanfilippo2013-07-091-12/+37
| * | | | | fanotify: info leak in copy_event_to_user()Dan Carpenter2013-07-091-0/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-07-0910-124/+149
|\ \ \ \ \ \
| * | | | | | ceph: fix race between cap issue and revokeYan, Zheng2013-07-031-9/+20
| * | | | | | ceph: fix cap revoke raceYan, Zheng2013-07-031-0/+9
| * | | | | | ceph: fix pending vmtruncate raceYan, Zheng2013-07-034-11/+13
| * | | | | | ceph: avoid accessing invalid memorySasha Levin2013-07-031-1/+1
| * | | | | | ceph: Reconstruct the func ceph_reserve_caps.majianpeng2013-07-032-15/+8
| * | | | | | ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng2013-07-031-1/+3
| * | | | | | ceph: remove sb_start/end_write in ceph_aio_write.Jianpeng Ma2013-07-031-2/+0