aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-06-20Merge branch 'audit.b21' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-719/+1037
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds4-14/+13
2006-06-20Merge git://git.infradead.org/mtd-2.6Linus Torvalds37-1369/+4372
2006-06-20[PATCH] log more info for directory entry change eventsAmy Griffis3-5/+5
2006-06-20[PATCH] proc_loginuid_write() uses simple_strtoul() on non-terminated arrayAl Viro1-2/+3
2006-06-20[PATCH] execve argument loggingAl Viro1-0/+6
2006-06-20[PATCH] inotify (4/5): allow watch removal from event handlerAmy Griffis1-9/+14
2006-06-20[PATCH] inotify (3/5): add interfaces to kernel APIAmy Griffis2-6/+59
2006-06-20[PATCH] inotify (2/5): add name's inode to event handlerAmy Griffis2-6/+10
2006-06-20[PATCH] inotify (1/5): split kernel API from userspace supportAmy Griffis4-717/+966
2006-06-18[JFFS2] Check CRC32 on dirent and data nodes each time they're readDavid Woodhouse2-15/+38
2006-06-18[JFFS2] When retiring nextblock, allocate a node_ref for the wasted spaceDavid Woodhouse1-4/+22
2006-06-18[JFFS2] Mark XATTR support as experimental, for nowDavid Woodhouse1-28/+28
2006-06-18[JFFS2] Don't trust node headers before the CRC is checked.David Woodhouse1-28/+34
2006-06-17[PATCH] Fix missing ret assignment in __bio_map_user() error pathJens Axboe1-2/+3
2006-06-14[PATCH] Return error in case flock_lock_file failureKirill Korotaev1-0/+2
2006-06-09[JFFS2] Fix more breakage caused by janitorial meddling.David Woodhouse1-2/+2
2006-06-08[PATCH] debugfs inode leakJens Axboe1-1/+2
2006-06-05[PATCH] fs/namei.c: Call to file_permission() under a spinlock in do_lookup_p...Trond Myklebust1-9/+10
2006-06-03[JFFS2] Remove stray __exit from jffs2_compressors_exit()David Woodhouse1-1/+1
2006-05-31[PATCH] ext3 resize: fix double unlock_super()Andrew Morton1-1/+0
2006-05-30[[CIFS] Pass truncate open flag through on file open in case setattr failsSteve French1-0/+2
2006-05-30[CIFS] Fix typos in previous fixSteve French2-5/+5
2006-05-30[CIFS] endian fix for new POSIX byte range lock supportSteve French1-2/+2
2006-05-30[CIFS] fix memory leak in cifs session info struct on reconnectSteve French1-6/+82
2006-05-30[CIFS] ACPI suspend oopsSteve French1-2/+4
2006-05-30[CIFS] Do not limit the length of share names (was 100 for whole UNC name)Steve French2-4/+9
2006-05-30[CIFS] Fix new POSIX Locking for setting lock_type correctly on unlockSteve French5-7/+42
2006-05-30[JFFS2] Preallocate node refs for cleanmarker in summary scanDavid Woodhouse1-5/+8
2006-05-30[JFFS2] Fix calculation of potential summary marker offset on NOR flash.David Woodhouse1-1/+1
2006-05-29[MTD] NAND Signal that a bitflip was corrected by ECCThomas Gleixner1-15/+17
2006-05-29[MTD] Rework the out of band handling completelyThomas Gleixner2-112/+119
2006-05-29[MTD] Remove silly MTD_WRITE/READ macrosThomas Gleixner1-7/+8
2006-05-29[MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner2-36/+17
2006-05-29[MTD] NAND Consolidate oobinfo handlingThomas Gleixner1-1/+1
2006-05-29[JFFS2] Preallocate raw_node_refs in a couple of missing places in scanDavid Woodhouse1-2/+7
2006-05-28[JFFS2] Fix oops when marking space dirty in scan, but no previous node exists.David Woodhouse1-1/+1
2006-05-27[JFFS2] Fix wbuf recovery of f->metadata->raw node.David Woodhouse1-1/+5
2006-05-26[JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list.David Woodhouse9-225/+351
2006-05-26[PATCH] affs: possible null pointer dereference in affs_rename()Florin Malita1-2/+1
2006-05-25[JFFS2] Fix 64-bit size_t problems in XATTR code.David Woodhouse2-15/+15
2006-05-25[JFFS2] Fix and improve debugging output during scan.David Woodhouse2-5/+5
2006-05-25[JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs()David Woodhouse7-14/+16
2006-05-25[JFFS2] Correctly handle wasted space before summary node.David Woodhouse1-2/+2
2006-05-25[JFFS2] jffs2_free_all_node_refs() doesn't free them all. Rename it.David Woodhouse4-5/+5
2006-05-25[JFFS2] Allocate node_ref for wasted space when skipping to page boundaryDavid Woodhouse1-5/+2
2006-05-24[JFFS2] Revert Artem's Bunkage in debug messages.David Woodhouse1-2/+2
2006-05-24JFS: Fix multiple errors in metapage_releasepageDave Kleikamp1-15/+5
2006-05-24Merge branch 'master' of git://git.infradead.org/~gleixner/mtd-nand-2.6.gitDavid Woodhouse1-20/+8
2006-05-24[JFFS2] Introduce ref_next() macro for finding next physical nodeDavid Woodhouse6-30/+31
2006-05-24[JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code.David Woodhouse12-349/+204
2006-05-23[PATCH] md: Make sure bi_max_vecs is set properly in bio_splitNeilBrown1-0/+3
2006-05-23[PATCH] knfsd: Fix two problems that can cause rmmod nfsd to dieNeilBrown1-1/+3
2006-05-23[MTD] Remove read/write _ecc variantsThomas Gleixner1-20/+8
2006-05-23Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/Thomas Gleixner15-291/+234
2006-05-23[JFFS2] Simplify writebuffer handlingThomas Gleixner1-170/+102
2006-05-23[JFFS2] Remove flash offset argument from various functions.David Woodhouse9-115/+135
2006-05-22[MTD] Introduce MTD_BIT_WRITEABLEJoern Engel1-4/+2
2006-05-22[MTD] Merge STMicro NOR_ECC code with Intel Sibley codeJoern Engel3-54/+4
2006-05-22[MTD] Introduce writesizeJoern Engel1-3/+3
2006-05-22[JFFS2] Put list of nodes in common part of ic/x_ref/x_datum structureDavid Woodhouse2-24/+34
2006-05-22[JFFS2] Add some preemptive BUG checks for XATTR codeDavid Woodhouse2-0/+5
2006-05-22[JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too.David Woodhouse10-91/+53
2006-05-22[JFFS2] Initialise ref->next_in_ino when marking dirty space in wbuf flushDavid Woodhouse1-0/+1
2006-05-22[JFFS2] Fix accounting error in jffs2_link_node_ref()David Woodhouse1-1/+1
2006-05-22[JFFS2] Fix dummy jffs2_sum_scan_sumnode() macro for !SUMMARY case.David Woodhouse1-1/+1
2006-05-21[PATCH] fix NULL dereference in inotify_ignoreAmy Griffis1-2/+1
2006-05-21[PATCH] fix race in inotify_releaseAmy Griffis1-1/+5
2006-05-21[PATCH] binfmt_flat: don't check for EMFILEAndrew Morton1-21/+9
2006-05-21[PATCH] nfsd: sign conversion obscuring errors in nfsd_set_posix_acl()Florin Malita1-4/+3
2006-05-21[PATCH] NFS server subtree_check returns dubious valuePeter Staubach1-1/+1
2006-05-21[PATCH] NFS: fix error handling on access_ok in compat_sys_nfsservctlLin Feng Shen1-85/+92
2006-05-21[JFFS2] Finally eliminate __totlen field from struct jffs2_raw_node_refDavid Woodhouse3-58/+121
2006-05-21[JFFS2] Locking issues in summary write code.David Woodhouse1-4/+17
2006-05-21[JFFS2] Remove stray kfree of summary info in XATTR code.David Woodhouse1-10/+11
2006-05-21[JFFS2] File node reference for wasted space when flushing wbufDavid Woodhouse1-9/+20
2006-05-21[JFFS2] Add length argument to jffs2_add_physical_node_ref()David Woodhouse6-29/+15
2006-05-21[JFFS2] Mark gaps in summary list as dirty spaceDavid Woodhouse1-29/+42
2006-05-21[JFFS2] Discard remaining free space when filing a dirty block in scan.David Woodhouse1-21/+26
2006-05-21[JFFS2] Introduce jffs2_scan_dirty_space() function.David Woodhouse5-46/+75
2006-05-21[JFFS2] Fix summary handling of unknown but compatible nodes.David Woodhouse3-6/+22
2006-05-21[JFFS2] Fix memory leak in scan code; improve comments.David Woodhouse1-2/+7
2006-05-21[JFFS2] Correct handling of JFFS2_FEATURE_RWCOMPAT_COPY nodes.David Woodhouse4-23/+55
2006-05-20[JFFS2] Correct accounting of erroneous cleanmarkers and failed summaries.David Woodhouse1-3/+3
2006-05-20[JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplicationDavid Woodhouse6-122/+68
2006-05-20Merge git://git.infradead.org/jffs2-xattr-2.6David Woodhouse28-15/+2782
2006-05-20[JFFS2] Reduce calls to ref_totlen() in jffs2_mark_node_obsolete()David Woodhouse1-18/+21
2006-05-20[JFFS2] Optimise reading of eraseblock summary nodesDavid Woodhouse3-49/+64
2006-05-19[JFFS2] Remove forgotten summary codeFerenc Havasi1-11/+0
2006-05-19[JFFS2] Support new device nodesDavid Woodhouse5-22/+37
2006-05-19Merge git://git.infradead.org/mtd-2.6KaiGai Kohei28-242/+361
2006-05-17configfs: Make sure configfs_init() is called before consumers.Joel Becker1-1/+1
2006-05-17configfs: configfs_mkdir() failed to cleanup linkage.Joel Becker1-32/+72
2006-05-17configfs: Fix a reference leak in configfs_mkdir().Joel Becker1-11/+26
2006-05-17ocfs2: fix gfp mask in some file system pathsSunil Mushran4-10/+10
2006-05-17ocfs2: Don't populate uptodate cache in ocfs2_force_read_journal()Mark Fasheh1-1/+3
2006-05-17ocfs2: take meta data lock in ocfs2_file_aio_read()Mark Fasheh1-0/+16
2006-05-17ocfs2: take data locks around extendMark Fasheh3-33/+87
2006-05-16[JFFS2] Fix printk format in jffs2_sum_write_data() error message.David Woodhouse1-1/+1
2006-05-16[JFFS2] Fix section mismatch warnings in JFFS2.David Brownell2-4/+4
2006-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse21-225/+324
2006-05-15[PATCH] jffs2: memory leak in jffs2_scan_medium()Florin Malita1-3/+3
2006-05-15[PATCH] jffs2 warning fixesAndrew Morton1-2/+4
2006-05-15[PATCH] revert "vfs: propagate mnt_flags into do_loopback/vfsmount"Andrew Morton1-5/+2
2006-05-15[PATCH] fs/compat.c: fix 'if (a |= b )' typoAlexey Dobriyan1-1/+1
2006-05-15[PATCH] v9fs: signal handling fixesLatchesar Ionkov4-100/+158
2006-05-15[PATCH] v9fs: Twalk memory leakLatchesar Ionkov1-12/+9
2006-05-15[PATCH] smbfs: Fix slab corruption in samba error pathJan Niehusmann1-1/+3
2006-05-15[PATCH] smbfs chroot issue (CVE-2006-1864)Olaf Kirch1-0/+5
2006-05-15[PATCH] autofs4: NFY_NONE wait race fixIan Kent3-34/+58
2006-05-15[PATCH] fs/open.c: unexport sys_openatAdrian Bunk1-1/+0
2006-05-15[JFFS2] Fix printk format in some error messages.Andrew Morton1-2/+2
2006-05-15[JFFS2] Don't pack on-medium structures, because GCC emits crappy codeDavid Woodhouse1-1/+13
2006-05-14[JFFS2] Reduce excessive node count for syslog files.David Woodhouse1-6/+14
2006-05-13[JFFS2][XATTR] Fix obvious typoKaiGai Kohei1-1/+1
2006-05-13[JFFS2][XATTR] Handling the duplicate JFFS2_NODETYPE_XATTR node cases.KaiGai Kohei1-1/+7
2006-05-13[JFFS2][XATTR] remove redundant pointer cast in acl.cKaiGai Kohei1-20/+21
2006-05-13[JFFS2][XATTR] remove '__KERNEL__' from acl.hKaiGai Kohei1-2/+0
2006-05-13[JFFS2][XATTR] remove senseless commentKaiGai Kohei1-1/+1
2006-05-13[JFFS2][XATTR] Unify each file header part with any jffs2 file.KaiGai Kohei7-52/+56
2006-05-13[JFFS2][XATTR] '#include <linux/list.h>' was added into xattr.h.KaiGai Kohei1-0/+1
2006-05-13[JFFS2][XATTR] Remove jffs2_garbage_collect_xattr(c, ic)KaiGai Kohei3-57/+36
2006-05-13[JFFS2][XATTR] Remove 'struct list_head ilist' from jffs2_inode_cache.KaiGai Kohei9-43/+55
2006-05-13[JFFS2][XATTR] Add a description about c->xattr_semKaiGai Kohei1-0/+21
2006-05-13[JFFS2][XATTR] remove typedef from posix_acl related definition.KaiGai Kohei2-32/+32
2006-05-13[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)KaiGai Kohei28-15/+2760
2006-05-12Alternative fix for MMC oops on unmount after removalLinus Torvalds1-1/+2
2006-05-12[JFFS2] Remove number of pointer dereferences in fs/jffs2/summary.cJesper Juhl1-19/+19
2006-05-12[JFFS2] Remove obsolete histo.hDomen Puncer1-3/+0
2006-05-08Merge git://oss.sgi.com:8090/xfs-2.6Linus Torvalds4-20/+26
2006-05-08[PATCH] fs/locks.c: Fix lease_initTrond Myklebust1-9/+12
2006-05-08[XFS] Fix a possible metadata buffer (AGFL) refcount leak when fixing anNathan Scott1-1/+4
2006-05-08[XFS] Fix a project quota space accounting leak on rename.Nathan Scott2-1/+13
2006-05-08[XFS] Fix a possible forced shutdown due to mishandling write barriersNathan Scott1-18/+9
2006-05-05[JFFS2] Fix race in setting file attributesDmitry Bazhenov1-1/+6
2006-05-04[PATCH] compat_sys_vmsplice: one-off in UIO_MAXIOV checkJens Axboe1-1/+1
2006-05-04[PATCH] splice: redo page lookup if add_to_page_cache() returns -EEXISTJens Axboe1-0/+2
2006-05-04[PATCH] splice: rename remaining info variables to pipeJens Axboe1-10/+10
2006-05-04[PATCH] splice: LRU fixupsJens Axboe1-22/+11
2006-05-04[PATCH] splice: fix unlocking of page on error ->prepare_write()Jens Axboe1-3/+16
2006-05-03[PATCH] ext3: multile block allocate little endian fixesMingming Cao1-5/+8
2006-05-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse36-420/+968
2006-05-03Move jffs2_fs_i.h and jffs2_fs_sb.h from include/linux/ to fs/jffs2/David Woodhouse5-6/+178
2006-05-02[PATCH] vmsplice: restrict stealing a little moreJens Axboe2-4/+4
2006-05-02[PATCH] splice: fix page LRU accountingJens Axboe1-10/+21
2006-05-02[PATCH] vmsplice: fix badly placed end paranthesisJens Axboe1-1/+1
2006-05-01Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds3-122/+230
2006-05-01[PATCH] x86_64: Add compat_sys_vmsplice and use it in x86-64Andi Kleen1-0/+20
2006-05-01[PATCH] vmsplice: allow user to pass in gift pagesJens Axboe1-3/+25
2006-05-01[PATCH] pipe: enable atomic copying of pipe data to/from user spaceJens Axboe2-25/+120
2006-05-01[PATCH] splice: call handle_ra_miss() on failure to lookup pageJens Axboe1-0/+6
2006-05-01[PATCH] Add ->splice_read/splice_write to def_blk_fopsJens Axboe1-0/+2
2006-05-01[PATCH] pipe: introduce ->pin() buffer operationJens Axboe2-77/+53
2006-05-01[PATCH] splice: fix bugs in pipe_to_file()Jens Axboe2-21/+19
2006-04-30[PATCH] splice: fix bugs with stealing regular pipe pagesJens Axboe2-3/+12
2006-04-28[PATCH] powerpc: Wire up *at syscallsAndreas Schwab1-1/+1
2006-04-27[PATCH] splice: make the read-side do batched page lookupsJens Axboe1-30/+65
2006-04-27[PATCH] splice: switch to using page_cache_readahead()Jens Axboe1-2/+2
2006-04-26[PATCH] LSM: add missing hook to do_compat_readv_writev()James Morris1-0/+4
2006-04-26[PATCH] protect ext3 ioctl modifying append_only, immutable, etc. with i_mutexAl Viro1-4/+14
2006-04-26[PATCH] forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable)Al Viro1-1/+1
2006-04-26Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-73/+282
2006-04-26[PATCH] splice: rearrange moving to/from pipe helpersJens Axboe1-24/+11
2006-04-26[PATCH] Add support for the sys_vmsplice syscallJens Axboe1-39/+253
2006-04-26[fuse] fix race between checking and setting file->private_dataMiklos Szeredi1-5/+8
2006-04-26[fuse] fix deadlock between fuse_put_super() and request_end(), try #2Miklos Szeredi1-2/+11
2006-04-26Revert "[fuse] fix deadlock between fuse_put_super() and request_end()"Miklos Szeredi3-36/+31
2006-04-26[PATCH] splice: fix offset problemsJens Axboe1-19/+27
2006-04-26[PATCH] splice: fix min() warningAndrew Morton1-1/+1
2006-04-24[CIFS] Fix compile error when CONFIG_CIFS_EXPERIMENTAL is undefinedSteve French1-1/+4
2006-04-23Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6-stableLinus Torvalds13-115/+138
2006-04-23[CIFS] Fix typo in previousSteve French1-1/+1
2006-04-22[PATCH] Fix reiserfs deadlockJan Kara1-2/+3
2006-04-22[CIFS] Readdir fixes to allow search to start at arbitrary positionSteve French7-36/+74
2006-04-21[CIFS] Use the kthread_ API instead of opencoding lots of hairy code for kernelSteve French1-49/+50
2006-04-21[CIFS] Don't allow a backslash in a path componentSteve French1-0/+14
2006-04-21[CIFS] [CIFS] Do not take rename sem on most path based calls (duringSteve French7-30/+0
2006-04-21[RBTREE] Update JFFS2 to use rb_parent() accessor macro.David Woodhouse2-10/+9
2006-04-21[RBTREE] Update eventpoll.c to use rb_parent() accessor macro.David Woodhouse1-3/+3
2006-04-21[RBTREE] Update ext3 to use rb_parent() accessor macro.David Woodhouse1-1/+1
2006-04-20[PATCH] splice: fix smaller sized splice readsJens Axboe1-1/+12
2006-04-19Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds6-20/+15
2006-04-19NFS: remove needless check in nfs_opendir()Carsten Otte1-3/+2
2006-04-19NFS: nfs_show_stats; for_each_possible_cpu(), not NR_CPUSJohn Hawkes1-4/+1
2006-04-19NFS: make 2 functions staticAdrian Bunk1-1/+1
2006-04-19NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unsetTrond Myklebust2-8/+5
2006-04-19VFS: Fix another open intent OopsTrond Myklebust1-4/+6
2006-04-19Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-58/+127
2006-04-19[PATCH] Fix file lookup without refDipankar Sarma2-8/+22
2006-04-19[PATCH] hugetlbfs: add Kconfig help textArthur Othieno1-0/+6
2006-04-19[PATCH] task: Make task list manipulations RCU safeEric W. Biederman1-1/+1
2006-04-19[PATCH] splice: fixup writeout path after ->map changesJens Axboe1-19/+30
2006-04-19[PATCH] splice: offset fixesJens Axboe1-15/+30
2006-04-19[PATCH] tee: link_pipe() must be careful when dropping one of the pipe locksJens Axboe1-4/+14
2006-04-19[PATCH] splice: cleanup the SPLICE_F_NONBLOCK handlingJens Axboe1-14/+16
2006-04-19[PATCH] splice: close i_size truncate races on readJens Axboe1-6/+37
2006-04-18x86: be careful about tailcall breakage for sys_open[at] tooLinus Torvalds1-2/+14
2006-04-18x86: don't allow tail-calls in sys_ftruncate[64]()Linus Torvalds1-2/+6
2006-04-18JFFS2: Return an error for long filenamesRichard Purdie1-0/+3
2006-04-17[PATCH] ext3: Fix missed mutex unlockAnaniev, Leonid I1-0/+1