summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett2015-07-011-7/+24
* fs/affs/symlink.c: remove unneeded err variableFabian Frederick2015-07-011-3/+1Star
* fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick2015-07-011-1/+1
* fs/affs/inode.c: remove unneeded initializationFabian Frederick2015-07-011-1/+1
* fs/adfs: remove unneeded castFiro Yang2015-07-011-1/+1
* fs: document seq_open()'s usage of file->private_dataYann Droneaud2015-07-011-0/+2
* fs: allocate structure unconditionally in seq_open()Yann Droneaud2015-07-011-8/+9
* fs: use seq_open_private() for proc_mountsYann Droneaud2015-07-013-24/+19Star
* Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-291-2/+2
|\
| * fs/block_dev.c: skip rw_page if bdev has integrityVishal Verma2015-06-261-2/+2
* | Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-283-772/+0Star
|\ \
| * | um: Remove hppfsRichard Weinberger2015-05-313-773/+0Star
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-06-271-5/+5
|\ \ \
| * | | evm: fix potential race when removing xattrsDmitry Kasatkin2015-05-211-5/+5
* | | | Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-06-2711-251/+259
|\ \ \ \
| * | | | nfsd: wrap too long lines in nfsd4_encode_readChristoph Hellwig2015-06-221-3/+6
| * | | | nfsd: fput rd_file from XDR encode contextChristoph Hellwig2015-06-222-12/+14
| * | | | nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig2015-06-227-62/+74
| * | | | nfsd: refactor nfs4_preprocess_stateid_opChristoph Hellwig2015-06-191-45/+52
| * | | | nfsd: clean up raparams handlingChristoph Hellwig2015-06-193-55/+43Star
| * | | | nfsd: use swap() in sort_pacl_range()Fabian Frederick2015-06-191-4/+2Star
| * | | | nfsd: Update callback sequnce id only CB_SEQUENCE successKinglong Mee2015-06-042-2/+13
| * | | | nfsd: Reset cb_status in nfsd4_cb_prepare() at retryingKinglong Mee2015-06-041-0/+1
| * | | | nfsd: Remove dead declarationsAndreas Gruenbacher2015-05-291-12/+0Star
| * | | | nfsd: work around a gcc-5.1 warningArnd Bergmann2015-05-291-2/+1Star
| * | | | nfsd: Checking for acl support does not require fetching any aclsAndreas Gruenbacher2015-05-291-15/+10Star
| * | | | nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher2015-05-292-38/+50
| * | | | nfsd: stop READDIRPLUS returning inconsistent attributesNeilBrown2015-05-071-5/+7
| * | | | nfsd: remove nfsd_closeChristoph Hellwig2015-05-043-16/+6Star
* | | | | Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Linus Torvalds2015-06-2711-145/+435
|\ \ \ \ \
| * | | | | GFS2: Don't brelse rgrp buffer_heads every allocationBob Peterson2015-06-193-7/+31
| * | | | | GFS2: Don't add all glocks to the lruBob Peterson2015-06-183-3/+7
| * | | | | gfs2: Don't support fallocate on jdata filesAbhi Das2015-06-091-1/+1
| * | | | | gfs2: s64 cast for negative quota valueAbhi Das2015-06-081-1/+1
| * | | | | gfs2: limit quota log messagesAbhi Das2015-06-022-4/+12
| * | | | | gfs2: fix quota updates on block boundariesAbhi Das2015-06-022-80/+119
| * | | | | gfs2: fix shadow warning in gfs2_rbm_find()Fabian Frederick2015-05-181-3/+1Star
| * | | | | gfs2: kerneldoc warning fixesFabian Frederick2015-05-051-4/+8
| * | | | | gfs2: convert simple_str to kstrFabian Frederick2015-05-051-18/+48
| * | | | | GFS2: make sure S_NOSEC flag isn't overwrittenBenjamin Marzinski2015-05-051-1/+1
| * | | | | GFS2: add support for rename2 and RENAME_EXCHANGEBenjamin Marzinski2015-05-051-16/+189
| * | | | | gfs2: handle NULL rgd in set_rgrp_preferencesAbhi Das2015-05-051-2/+2
| * | | | | GFS2: inode.c: indent with TABs, not spacesAntonio Ospite2015-05-011-2/+2
| * | | | | GFS2: mark the journal idle to fix ro mountsBenjamin Marzinski2015-05-011-0/+1
| * | | | | GFS2: Average in only non-zero round-trip times for congestion statsBob Peterson2015-04-241-3/+7
| * | | | | GFS2: Use average srttb value in congestion calculationsBob Peterson2015-04-241-4/+9
* | | | | | Revert "jbd2: speedup jbd2_journal_dirty_metadata()"Linus Torvalds2015-06-271-27/+6Star
* | | | | | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-271-1/+0Star
|\ \ \ \ \ \
| * | | | | | kernfs: make kernfs_get_inode() publicTejun Heo2015-06-181-1/+0Star
* | | | | | | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-273-5/+4Star
|\ \ \ \ \ \ \