summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/romfs: return f_fsid for statfs(2)Coly Li2009-04-071-0/+5
* namespaces: move proc_net_get_sb to a generic fs/super.c helperSerge E. Hallyn2009-04-071-0/+40
* /proc/pid/maps: don't show pgoff of pure ANON VMAsKAMEZAWA Hiroyuki2009-04-072-2/+6
* ramfs: fix double freeing s_fs_info on failed mountIngo Molnar2009-04-071-8/+11
* NFS: Fix a double free in nfs_parse_mount_options()Trond Myklebust2009-04-061-1/+1
* ext3: make default data ordering mode configurableLinus Torvalds2009-04-062-1/+26
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2009-04-0617-265/+482
|\
| * UBIFS: fix recovery bugAdrian Hunter2009-03-311-47/+23
| * UBIFS: add R/O compatibilityArtem Bityutskiy2009-03-264-11/+72
| * UBIFS: fix compiler warningsHunter Adrian2009-03-201-4/+4
| * UBIFS: fully sort GCed nodesArtem Bityutskiy2009-03-201-132/+296
| * UBIFS: fix commentariesArtem Bityutskiy2009-03-208-9/+9
| * UBIFS: introduce a helpful variableArtem Bityutskiy2009-03-164-21/+23
| * UBIFS: use KERN_CONTArtem Bityutskiy2009-03-162-6/+6
| * UBIFS: fix lprops committing bugArtem Bityutskiy2009-03-161-4/+3
| * UBIFS: fix bogus assertionArtem Bityutskiy2009-03-151-4/+8
| * UBIFS: fix bug where page is marked uptodate when out of spaceAdrian Hunter2009-03-141-2/+12
| * UBIFS: amend key_hash return valueArtem Bityutskiy2009-03-081-3/+3
| * UBIFS: improve find function interfaceArtem Bityutskiy2009-03-083-10/+9
| * UBIFS: list usage cleanupEric Sesterhenn2009-02-172-6/+3
| * UBIFS: fix dbg_chk_lpt_sz()Adrian Hunter2009-02-091-8/+13
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-04-069-674/+1089
|\ \
| * | NOMMU: Fix the RomFS Kconfig to ensure at least one backing store is selectedDavid Howells2009-03-241-6/+28
| * | NOMMU: Make it possible for RomFS to use MTD devices directlyDavid Howells2009-03-247-667/+1062
| * | [JFFS2] jffs2_acl_count() tests < 0 on unsignedRoel Kluin2009-03-201-2/+2
| * | [JFFS2] kmem_cache_alloc/memset -> kmem_cache_zallocWei Yongjun2009-03-201-4/+2
* | | Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-063-0/+18
|\ \ \
| * | | kmemtrace, squashfs: fix slab.h dependency problem in squasfsPekka Enberg2009-04-031-0/+1
| * | | kmemtrace, befs: fix slab.h dependency problemPekka Enberg2009-04-031-0/+1
| * | | kmemtrace, fs: uninline simple_transaction_set()Ingo Molnar2009-04-031-0/+16
* | | | Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-04-0612-379/+2007
|\ \ \ \
| * | | | nfsd41: define NFSD_DRC_SIZE_SHIFT in set_max_drcBenny Halevy2009-04-061-0/+2
| * | | | nfsd41: CREATE_EXCLUSIVE4_1Benny Halevy2009-04-032-0/+32
| * | | | nfsd41: SUPPATTR_EXCLCREAT attributeBenny Halevy2009-04-031-1/+6
| * | | | nfsd41: support for 3-word long attribute bitmaskAndy Adamson2009-04-032-18/+56
| * | | | nfsd: dynamically skip encoded fattr bitmap in _nfsd4_verifyBenny Halevy2009-04-031-1/+2
| * | | | nfsd41: pass writable attrs mask to nfsd4_decode_fattrBenny Halevy2009-04-031-6/+15
| * | | | nfsd41: control nfsv4.1 svc via /proc/fs/nfsd/versionsBenny Halevy2009-04-033-4/+48
| * | | | nfsd41: add OPEN4_SHARE_ACCESS_WANT nfs4_stateid bmapAndy Adamson2009-04-031-1/+2
| * | | | nfsd41: access_validAndy Adamson2009-04-032-5/+16
| * | | | nfsd41: clientid handlingAndy Adamson2009-04-033-6/+29
| * | | | nfsd41: check encode size for sessions maxresponse cachedAndy Adamson2009-04-031-0/+51
| * | | | nfsd41: stateid handlingAndy Adamson2009-04-033-10/+44
| * | | | nfsd: pass nfsd4_compound_state* to nfs4_preprocess_{state,seq}id_opBenny Halevy2009-04-032-14/+18
| * | | | nfsd41: destroy_session operationBenny Halevy2009-04-032-3/+33
| * | | | nfsd41: non-page DRC for solo sequence responsesAndy Adamson2009-04-033-10/+76
| * | | | nfsd41: Add a create session replay cacheAndy Adamson2009-04-031-12/+27
| * | | | nfsd41: create_session operationAndy Adamson2009-04-032-4/+332
| * | | | nfsd41: clear DRC cache on free_sessionAndy Adamson2009-04-031-0/+7
| * | | | nfsd41: nfsd DRC logicAndy Adamson2009-04-033-0/+24