aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-13UBIFS: reserve more space for indexArtem Bityutskiy4-9/+14
2008-08-13UBIFS: print pid in dump functionArtem Bityutskiy1-10/+10
2008-08-13UBIFS: align inode data to eightArtem Bityutskiy5-9/+23
2008-08-13UBIFS: improve budgeting checksArtem Bityutskiy2-1/+19
2008-08-13UBIFS: correct orphan deletion orderAdrian Hunter1-1/+2
2008-08-13UBIFS: fix typos in commentsAdrian Hunter1-5/+5
2008-08-13UBIFS: do not union creat_sqnum and del_cmtnoAdrian Hunter1-4/+2
2008-08-13UBIFS: optimize deletionsArtem Bityutskiy3-5/+73
2008-08-13UBIFS: increment commit number earlierArtem Bityutskiy4-5/+7
2008-08-13UBIFS: remove another unneeded function parameterArtem Bityutskiy1-16/+14
2008-08-13UBIFS: remove unneeded function parameterArtem Bityutskiy3-16/+10
2008-08-13UBIFS: do not write orphans backArtem Bityutskiy1-5/+13
2008-08-13UBIFS: make ubifs_ro_mode() not inlineAdrian Hunter3-14/+15
2008-08-13UBIFS: ensure UBIFS switches to read-only on errorAdrian Hunter1-0/+2
2008-08-13UBIFS: fix error return in failure modeAdrian Hunter1-3/+4
2008-08-13UBIFS: free budget in delete_inode as wellArtem Bityutskiy1-3/+5
2008-08-13UBIFS: improve debuggingArtem Bityutskiy2-3/+6
2008-08-13UBIFS: fix budgeting calculationsArtem Bityutskiy2-4/+4
2008-08-13UBIFS: print volume name as wellArtem Bityutskiy1-2/+2
2008-08-12Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-7/+7
2008-08-12seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan1-0/+14
2008-08-12reiserfs: removed duplicated #includeHuang Weiyi1-1/+0
2008-08-12fs/eventpoll.c: fix sys_epoll_create1() commentAndrew Morton1-4/+1
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar2-4/+4
2008-08-11lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()Ingo Molnar2-4/+4
2008-08-11lockdep: map_acquirePeter Zijlstra2-4/+4
2008-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds14-509/+652
2008-08-08[CIFS] list entry can not return nullSteve French4-74/+61
2008-08-08[NFSD] uninline nfsd4_op_name()Adrian Bunk1-3/+2
2008-08-06turn cifs_setattr into a multiplexor that calls the correct functionJeff Layton1-5/+17
2008-08-06move file time and dos attribute setting logic into new functionJeff Layton1-87/+109
2008-08-06spin off cifs_setattr with unix extensions to its own functionJeff Layton1-38/+119
2008-08-06bio: make use of bvec_nr_vecsDenis ChengRq1-6/+3
2008-08-06[CIFS] Code cleanup in old sessionsetup codeSteve French2-78/+80
2008-08-06[CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dirJeff Layton2-6/+25
2008-08-06Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton3-14/+13
2008-08-06change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton3-8/+8
2008-08-06[CIFS] fix trailing whitespaceSteve French1-1/+1
2008-08-06bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton6-74/+102
2008-08-05proc: fix warningsAlexander Beregalov1-4/+7
2008-08-05omfs: fix warningAlexander Beregalov1-1/+2
2008-08-05Fix missing braces in cifs_revalidate()Suresh Jayaraman1-1/+2
2008-08-04fs: rename buffer trylockNick Piggin8-11/+11
2008-08-04mm: rename page trylockNick Piggin7-9/+9
2008-08-04Revert "UFS: add const to parser token table"Linus Torvalds2-2/+2
2008-08-04remove locking around tcpSesAllocCount atomic variableJeff Layton1-9/+6
2008-08-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds13-434/+729
2008-08-02ext4: remove write-only variables from ext4_ordered_write_endEric Sandeen1-4/+0
2008-08-02fat: Fix allow_utime optionOGAWA Hirofumi1-2/+4
2008-08-01Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-pullLinus Torvalds82-3098/+3104