aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [JFFS2] Check whether garbage-collection actually obsoleted its victim.David Woodhouse2007-10-131-2/+12
* [JFFS2] Relax threshold for triggering GC due to dirty blocks.David Woodhouse2007-10-131-1/+1
* [JFFS2] Trigger garbage collection when very_dirty_list size becomes excessiveDavid Woodhouse2007-10-063-2/+24
* [JFFS2] Fix unpoint lengthAndy Lowe2007-09-233-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-08-2335-220/+368
|\
| * exec: kill unsafe BUG_ON(sig->count) checksOleg Nesterov2007-08-221-3/+0
| * autofs4: deadlock during createIan Kent2007-08-221-14/+17
| * signalfd: make it group-wide, fix posix-timers schedulingOleg Nesterov2007-08-222-11/+12
| * eCryptfs: fix lookup error for special filesRyusuke Konishi2007-08-221-0/+4
| * dio: zero struct dio with kzalloc instead of manuallyZach Brown2007-08-201-17/+1
| * JFFS2 locking regression fix.David Woodhouse2007-08-201-0/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2007-08-185-13/+45
| |\
| | * [CIFS] Check return code on failed allocCyrill Gorcunov2007-08-182-0/+10
| | * [CIFS] Fix hang in find_writable_fileSteve French2007-07-264-13/+35
| * | Reset current->pdeath_signal on SUID binary executionMarcel Holtmann2007-08-181-4/+9
| * | [GFS2] Revert remounting w/o acl option leaves acls enabledSteven Whitehouse2007-08-141-12/+13
| * | [GFS2] Fix setting of inherit jdata attrSteven Whitehouse2007-08-141-12/+17
| * | [GFS2] Fix incorrect error path in prepare_write()Steven Whitehouse2007-08-141-1/+2
| * | [GFS2] Fix incorrect return code in rgrp.cSteven Whitehouse2007-08-141-2/+5
| * | [GFS2] soft lockup in rgblk_searchBob Peterson2007-08-141-3/+6
| * | [GFS2] soft lockup detected in databuf_lo_before_commitBob Peterson2007-08-141-2/+4
| * | [DLM] fix basts for granted PR waiting CWDavid Teigland2007-08-141-14/+55
| * | [DLM] More othercon fixesPatrick Caulfield2007-08-141-10/+15
| * | [DLM] Fix memory leak in dlm_add_member() when dlm_node_weight() returns less...Jesper Juhl2007-08-141-1/+3
| * | [DLM] zero unused parts of sockaddr_storagePatrick Caulfield2007-08-141-0/+1
| * | [DLM] fix NULL ls usageDavid Teigland2007-08-141-4/+3
| * | [DLM] Clear othercon pointers when a connection is closedPatrick Caulfield2007-08-141-0/+2
| * | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-08-117-50/+101
| |\ \
| | * | ocfs2: set non-default s_time_gran during mountMark Fasheh2007-08-091-0/+1
| | * | ocfs2: Retry sendpage() if it returns EAGAINSunil Mushran2007-08-091-8/+16
| | * | ocfs2: Fix rename/extend raceSunil Mushran2007-08-091-1/+15
| | * | [2.6 patch] ocfs2_insert_extent(): remove dead codeAdrian Bunk2007-08-091-4/+0
| | * | ocfs2: Fix max offset calculationsMark Fasheh2007-08-091-28/+40
| | * | ocfs2: check ia_size limits in setattrMark Fasheh2007-08-091-0/+5
| | * | ocfs2: Fix some casting errors related to file writesMark Fasheh2007-08-092-5/+5
| | * | ocfs2: use s_maxbytes directly in ocfs2_change_file_space()Mark Fasheh2007-08-093-4/+2
| | * | ocfs2: Restrict inode changes in ocfs2_update_inode_atime()Mark Fasheh2007-08-091-1/+18
| * | | eCryptfs: fix error handling in ecryptfs_initRyusuke Konishi2007-08-111-5/+13
| * | | eCryptfs: fix lookup error for special filesRyusuke Konishi2007-08-111-0/+4
| * | | direct-io: fix error-path crashesBadari Pulavarty2007-08-111-0/+1
| |/ /
| * | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-08-096-42/+35
| |\ \
| | * | NFS: Replace flush_scheduled_work with cancel_work_sync() and friendsTrond Myklebust2007-08-072-7/+4
| | * | NFSv4: Don't call put_rpccred() from an rcu callbackTrond Myklebust2007-08-071-6/+15
| | * | NFS: Fix NFSv4 open stateid regressionsTrond Myklebust2007-08-071-9/+7
| | * | NFSv4: Fix a locking regression in nfs4_set_mode_locked()Trond Myklebust2007-08-071-4/+1
| | * | NFS: Fix put_nfs_open_contextTrond Myklebust2007-08-071-16/+8
| * | | [PATCH] remove duplicated ioctl entries in compat_ioctl.cMasakazu Mokuno2007-08-061-3/+0
| |/ /
| * | [JFFS2] Print correct node offset when complaining about broken data CRCDavid Woodhouse2007-08-021-1/+1
| * | [JFFS2] Fix suspend failure with JFFS2 GC thread.David Woodhouse2007-08-021-4/+4
| * | [JFFS2] Deletion dirents should be REF_NORMAL, not REF_PRISTINE.David Woodhouse2007-08-024-3/+10