summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | nilfs2: persistent object allocatorRyusuke Konishi2009-04-072-0/+576
* | nilfs2: meta data fileRyusuke Konishi2009-04-072-0/+687
* | nilfs2: buffer and page operationsRyusuke Konishi2009-04-072-0/+618
* | nilfs2: B-tree node cacheRyusuke Konishi2009-04-072-0/+374
* | nilfs2: direct block mappingKoji Sato2009-04-072-0/+507
* | nilfs2: B-tree based block mappingKoji Sato2009-04-072-0/+2393
* | nilfs2: integrated block mappingKoji Sato2009-04-073-0/+1069
* | nilfs2: add inode and other major structuresRyusuke Konishi2009-04-073-0/+715
* | 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-071-1/+1
* | ext3: make default data ordering mode configurableLinus Torvalds2009-04-072-1/+26
|/
* Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2009-04-0717-265/+482
|\
| * UBIFS: fix recovery bugAdrian Hunter2009-03-311-47/+23Star
| * 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/+3Star
| * 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/+9Star
| * UBIFS: list usage cleanupEric Sesterhenn2009-02-172-6/+3Star
| * 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/+2Star
* | | 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-042-0/+32
| * | | | nfsd41: SUPPATTR_EXCLCREAT attributeBenny Halevy2009-04-041-1/+6
| * | | | nfsd41: support for 3-word long attribute bitmaskAndy Adamson2009-04-042-18/+56
| * | | | nfsd: dynamically skip encoded fattr bitmap in _nfsd4_verifyBenny Halevy2009-04-041-1/+2
| * | | | nfsd41: pass writable attrs mask to nfsd4_decode_fattrBenny Halevy2009-04-041-6/+15
| * | | | nfsd41: control nfsv4.1 svc via /proc/fs/nfsd/versionsBenny Halevy2009-04-043-4/+48
| * | | | nfsd41: add OPEN4_SHARE_ACCESS_WANT nfs4_stateid bmapAndy Adamson2009-04-041-1/+2
| * | | | nfsd41: access_validAndy Adamson2009-04-042-5/+16
| * | | | nfsd41: clientid handlingAndy Adamson2009-04-043-6/+29
| * | | | nfsd41: check encode size for sessions maxresponse cachedAndy Adamson2009-04-041-0/+51